DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_OPM_INIT_PKG dependencies on FND_INSTALLATION

Line 27: IF fnd_installation.get_app_info( 'OPI', l_status, l_industry, l_opi_schema)

23: l_err_msg VARCHAR2(255);
24: BEGIN
25:
26: l_stmt_num := 10;
27: IF fnd_installation.get_app_info( 'OPI', l_status, l_industry, l_opi_schema)
28: THEN
29:
30: bis_collection_utilities.put_line('Initializing Tables:');
31:

Line 947: g_opi_appinfo := fnd_installation.get_app_info

943: END Run_OPM_First_ETL;
944:
945:
946: BEGIN
947: g_opi_appinfo := fnd_installation.get_app_info
948: (
949: application_short_name => 'OPI',
950: status => g_opi_status,
951: industry => g_opi_industry,