DBA Data[Home] [Help]

APPS.ENI_DBI_UCO_LOAD_PKG dependencies on FND_INSTALLATION

Line 97: IF(FND_INSTALLATION.GET_APP_INFO('ENI', l_status, l_industry, g_eni_schema))

93: l_processed_txn_id number;
94: l_processed_cost_id number;
95: BEGIN
96:
97: IF(FND_INSTALLATION.GET_APP_INFO('ENI', l_status, l_industry, g_eni_schema))
98: THEN NULL;
99: END IF;
100:
101: eni_dbi_util_pkg.log('Truncating the cost staging, rates staging and cost fact tables');

Line 572: IF(FND_INSTALLATION.GET_APP_INFO('ENI', l_status, l_industry, g_eni_schema))

568: l_processed_txn_id number;
569: l_processed_cost_id number;
570: BEGIN
571:
572: IF(FND_INSTALLATION.GET_APP_INFO('ENI', l_status, l_industry, g_eni_schema))
573: THEN NULL;
574: END IF;
575:
576: