R12 Oracle Apps
Oracle Apps Tricks
Pages
(Move to ...)
Home
▼
Monday, March 4, 2013
Basics of R12
How to Initialize Apps in BACK END ?
Ans.
BEGIN
fnd_global.apps_initialize(user_id => fnd_global.USER_ID,resp_id => fnd_global.RESP_ID,resp_appl_id => fnd_global.RESP_APPL_ID);
end;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment