DBA Data[Home] [Help]

APPS.OPI_DBI_INV_CCA_PKG dependencies on FND_INSTALLATION

Line 620: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,

616:
617: l_stmt_id := 20;
618: -- Obtain the OPI schema name to allow truncation of various tables
619: -- get session parameters
620: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,
621: s_opi_schema))) THEN
622: RAISE SCHEMA_INFO_NOT_FOUND;
623: END IF;
624:

Line 2534: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,

2530:
2531: l_stmt_id := 20;
2532: -- Obtain the OPI schema name to allow truncation of various tables
2533: -- get session parameters
2534: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,
2535: s_opi_schema))) THEN
2536: RAISE SCHEMA_INFO_NOT_FOUND;
2537: END IF;
2538: