DBA Data[Home] [Help]

APPS.RCI_CTRL_DETAIL_ETL_PKG dependencies on FND_INSTALLATION

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

59: l_message := ' Global Start Date is NULL ';
60: RAISE INITIALIZATION_ERROR;
61: END IF;
62:
63: l_setup_good := fnd_installation.get_app_info('AMW', l_status, l_industry, x_rci_schema);
64: IF (l_setup_good = FALSE OR x_rci_schema IS NULL) THEN
65: l_message := 'Schema not found';
66: RAISE INITIALIZATION_ERROR;
67: END IF;