DBA Data[Home] [Help]

APPS.MSC_SRP_RELEASE dependencies on FND_GLOBAL

Line 71: l_user_id := fnd_global.user_id();

67: --log_output('in PWB Req No. ');
68: log_output('--------------------------------------------------------------------------------------------------');
69:
70: begin
71: l_user_id := fnd_global.user_id();
72: l_appl_id := 724; -- Application id for Advanced Supply Chain Planning
73:
74:
75: For l_ero_release in Ro_release_data(p_batch_id) loop

Line 91: -- fnd_global.apps_initialize(l_user_id, l_level_value, l_appl_id);

87:
88: log_message(' l_user_id-'||l_user_id);
89: log_message(' l_appl_id-'||l_appl_id);
90:
91: -- fnd_global.apps_initialize(l_user_id, l_level_value, l_appl_id);
92:
93:
94:
95: LOG_MESSAGE('p_api_version :'|| 1.0);

Line 234: --fnd_global.apps_initialize(l_user_id, l_level_value, l_appl_id);

230:
231: log_message('l_user_id-'||l_user_id);
232: log_message('l_appl_id-'||l_appl_id);
233:
234: --fnd_global.apps_initialize(l_user_id, l_level_value, l_appl_id);
235:
236: LOG_MESSAGE('p_api_version :'|| 1.0);
237: LOG_MESSAGE('p_Init_Msg_List :'|| 'FND_API.G_FALSE');
238: LOG_MESSAGE('p_commit :'|| 'FND_API.G_FALSE');

Line 1076: l_user_id := fnd_global.user_id();

1072: LOG_MESSAGE('X_REPAIR_NUMBER :'||X_REPAIR_NUMBER);
1073: -- COMMIT;
1074: BEGIN -- CAll to API TO Create a WIP JOb
1075: LOG_MESSAGE('-------------------------------------------------------------------');
1076: l_user_id := fnd_global.user_id();
1077: SELECT wip_job_schedule_interface_s.NEXTVAL
1078: INTO l_group_id FROM dual;
1079:
1080: Select To_Char(WIP_JOB_NUMBER_S.NEXTVAL)