DBA Data[Home] [Help]

APPS.ENI_DBI_UCO_LOAD_PKG dependencies on FND_GLOBAL

Line 144: select FND_GLOBAL.USER_ID

140: from mtl_parameters
141: where primary_cost_method <> 1
142: );
143:
144: select FND_GLOBAL.USER_ID
145: into l_application_user_id
146: from sys.dual;
147:
148: -- Get the cost history for standard costing orgs from cst_elemental_costs

Line 601: select FND_GLOBAL.USER_ID

597: eni_dbi_util_pkg.log('Last processed cost update_id from cst_elemental_costs table as stored in bis_refresh_log table is:' || l_processed_cost_id);
598:
599: --eni_dbi_util_pkg.log('End Period of last cost collection was ' || to_char(l_last_run_to_date));
600: --eni_dbi_util_pkg.log('Incremental cost collection will collect records on and after the above date');
601: select FND_GLOBAL.USER_ID
602: into l_application_user_id
603: from sys.dual;
604:
605: select FND_GLOBAL.LOGiN_ID

Line 605: select FND_GLOBAL.LOGiN_ID

601: select FND_GLOBAL.USER_ID
602: into l_application_user_id
603: from sys.dual;
604:
605: select FND_GLOBAL.LOGiN_ID
606: into l_login_id
607: from sys.dual;
608:
609: select NVL(max(1),0)