DBA Data[Home] [Help]

APPS.OPI_COLLECTION_HOOK_P dependencies on FND_INSTALLATION

Line 14: IF NOT (fnd_installation.get_app_info( 'OPI', g_status,

10: Procedure POST_IPS_COLL(FACT_NAME IN Varchar2)IS
11: BEGIN
12:
13: /* get global session parameters */
14: IF NOT (fnd_installation.get_app_info( 'OPI', g_status,
15: g_industry, g_opi_schema)) THEN
16: RAISE_APPLICATION_ERROR (-20000, 'Unable to get session information.');
17: END IF;
18:

Line 2210: IF NOT (fnd_installation.get_app_info( 'OPI', g_status,

2206: END POST_MARGIN_COLL;
2207: PROCEDURE PRE_MARGIN_COLL IS
2208: BEGIN
2209: /* get global session parameters */
2210: IF NOT (fnd_installation.get_app_info( 'OPI', g_status,
2211: g_industry, g_opi_schema)) THEN
2212: RAISE_APPLICATION_ERROR (-20000, 'Unable to get session information.');
2213: END IF;
2214:

Line 2224: IF NOT (fnd_installation.get_app_info( 'OPI', g_status,

2220: PROCEDURE POST_REVENUE_COLL IS
2221: BEGIN
2222:
2223: /* get global session parameters */
2224: IF NOT (fnd_installation.get_app_info( 'OPI', g_status,
2225: g_industry, g_opi_schema)) THEN
2226: RAISE_APPLICATION_ERROR (-20000, 'Unable to get session information.');
2227: END IF;
2228:

Line 2241: IF NOT (fnd_installation.get_app_info( 'OPI', g_status,

2237: PROCEDURE POST_COGS_COLL IS
2238: BEGIN
2239:
2240: /* get global session parameters */
2241: IF NOT (fnd_installation.get_app_info( 'OPI', g_status,
2242: g_industry, g_opi_schema)) THEN
2243: RAISE_APPLICATION_ERROR (-20000, 'Unable to get session information.');
2244: END IF;
2245: