DBA Data[Home] [Help]

APPS.OPI_DBI_PTP_BASELINE_PKG dependencies on FND_INSTALLATION

Line 1104: IF NOT fnd_installation.get_app_info( 'OPI', l_status, l_industry, g_opi_schema) THEN

1100: IF g_global_currency_code IS NULL THEN
1101: RAISE intialization_exception;
1102: END IF;
1103:
1104: IF NOT fnd_installation.get_app_info( 'OPI', l_status, l_industry, g_opi_schema) THEN
1105: RAISE intialization_exception;
1106: END IF;
1107: g_degree := bis_common_parameters.get_degree_of_parallelism;
1108: BIS_COLLECTION_UTILITIES.put_line('global_start_date = ' || TO_CHAR(g_global_start_date, 'DD-MON-YYYY') || '.');