DBA Data[Home] [Help]

APPS.OPI_DBI_OPM_COGS_PKG dependencies on FND_INSTALLATION

Line 49: if not fnd_installation.get_app_info (application_short_name => 'OPI',

45: end if;
46:
47: g_sysdate := sysdate;
48:
49: if not fnd_installation.get_app_info (application_short_name => 'OPI',
50: status => g_opi_status,
51: industry => g_opi_industry,
52: oracle_schema => g_opi_schema)
53: then