DBA Data[Home] [Help]

APPS.OPI_DBI_COGS_OPM_PKG dependencies on FND_INSTALLATION

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

51: end if;
52:
53: g_sysdate := sysdate;
54:
55: if not fnd_installation.get_app_info (application_short_name => 'OPI',
56: status => g_opi_status,
57: industry => g_opi_industry,
58: oracle_schema => g_opi_schema)
59: then