DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on FND_GLOBAL

Line 169: l_event.param_value_7 := FND_GLOBAL.USER_NAME;

165: l_event.param_name_6 := '#WF_SOURCE_APPLICATION_TYPE';
166: l_event.param_value_6 := 'DB';
167:
168: l_event.param_name_7 := '#WF_SIGN_REQUESTER';
169: l_event.param_value_7 := FND_GLOBAL.USER_NAME;
170:
171: IF (l_parent_record_id > 0)
172: THEN
173: --additional parameters for the child event

Line 3574: FND_GLOBAL.apps_initialize(user_id => ENG_GLOBALS.g_who_rec.user_id,

3570: ENG_GLOBALS.g_who_rec.prog_appid := FND_PROFILE.value('RESP_APPL_ID');
3571: ENG_GLOBALS.g_who_rec.prog_id := NULL;
3572: ENG_GLOBALS.g_who_rec.req_id := NULL;
3573:
3574: FND_GLOBAL.apps_initialize(user_id => ENG_GLOBALS.g_who_rec.user_id,
3575: resp_id => FND_PROFILE.value('RESP_ID'),
3576: resp_appl_id => ENG_GLOBALS.g_who_rec.prog_appid
3577: );
3578: