DBA Data[Home] [Help]

APPS.CN_IMPORT_PVT dependencies on FND_GLOBAL

Line 137: FND_GLOBAL.apps_initialize

133: -- from a regular database login, not an
134: -- Apps session. Once this is fixed, we can
135: -- remove the call to apps_initialize.
136: ----------------------------------------------+
137: FND_GLOBAL.apps_initialize
138: (user_id => p_user_id,
139: resp_id => p_resp_id,
140: resp_appl_id => p_app_id
141: );

Line 353: FND_GLOBAL.apps_initialize

349: -- from a regular database login, not an
350: -- Apps session. Once this is fixed, we can
351: -- remove the call to apps_initialize.
352: ----------------------------------------------+
353: FND_GLOBAL.apps_initialize
354: (user_id => p_user_id,
355: resp_id => p_resp_id,
356: resp_appl_id => p_app_id);
357:

Line 499: l_short_name := 'CN' || FND_GLOBAL.LOGIN_ID || 'IMP' || p_imp_header_id;

495: -- control file. The field "Executable" on the screen is the same as
496: -- "program" in the API. We will use the short name for both program and
497: -- program short name.
498:
499: l_short_name := 'CN' || FND_GLOBAL.LOGIN_ID || 'IMP' || p_imp_header_id;
500:
501: SELECT name, status_code,server_flag
502: INTO l_imp_header.name ,l_imp_header.status_code ,
503: l_imp_header.server_flag