DBA Data[Home] [Help]

APPS.POA_DBI_NEG_F_C dependencies on FND_GLOBAL

Line 308: l_login := fnd_global.login_id;

304: raise_application_error (-20000, 'Error in INC table collection: ' || errbuf);
305: END IF;
306:
307: l_start_time := sysdate; -- should be the end date of the collection??
308: l_login := fnd_global.login_id;
309: l_user := fnd_global.user_id;
310: dbms_application_info.set_action('collect');
311: IF (l_no_batch is NOT NULL) then
312: IF (g_init) THEN

Line 309: l_user := fnd_global.user_id;

305: END IF;
306:
307: l_start_time := sysdate; -- should be the end date of the collection??
308: l_login := fnd_global.login_id;
309: l_user := fnd_global.user_id;
310: dbms_application_info.set_action('collect');
311: IF (l_no_batch is NOT NULL) then
312: IF (g_init) THEN
313: bis_collection_utilities.log('Initial Load - using one batch approach, populate base fact. '|| 'Sysdate=' ||to_char(sysdate, 'DD/MM/YYYY HH24:MI:SS'), 0);