DBA Data[Home] [Help]

APPS.RCI_ORG_CERT_ETL_PKG dependencies on FND_INSTALLATION

Line 58: l_setup_good := fnd_installation.get_app_info('AMW', l_status, l_industry, x_rci_schema);

54: l_message := ' Global Start Date is NULL ';
55: RAISE INITIALIZATION_ERROR;
56: END IF;
57:
58: l_setup_good := fnd_installation.get_app_info('AMW', l_status, l_industry, x_rci_schema);
59: IF (l_setup_good = FALSE OR x_rci_schema IS NULL) THEN
60: l_message := 'Schema not found';
61: RAISE INITIALIZATION_ERROR;
62: END IF;