DBA Data[Home] [Help]

APPS.POA_DBI_REQ_F_C dependencies on FND_GLOBAL

Line 672: l_login := fnd_global.login_id;

668: raise_application_error (-20000, 'Error in INC table collection: ' || errbuf);
669: END IF;
670:
671: l_start_time := sysdate; -- should be the end date of the collection??
672: l_login := fnd_global.login_id;
673: l_user := fnd_global.user_id;
674: dbms_application_info.set_action('collect');
675: if (l_no_batch is NOT NULL) then
676: IF (g_init) THEN

Line 673: l_user := fnd_global.user_id;

669: END IF;
670:
671: l_start_time := sysdate; -- should be the end date of the collection??
672: l_login := fnd_global.login_id;
673: l_user := fnd_global.user_id;
674: dbms_application_info.set_action('collect');
675: if (l_no_batch is NOT NULL) then
676: IF (g_init) THEN
677: bis_collection_utilities.log('Initial Load - using one batch approach, populate base fact. '|| 'Sysdate=' ||to_char(sysdate, 'DD/MM/YYYY HH24:MI:SS'), 0);