DBA Data[Home] [Help]

APPS.RCI_OPEN_REMED_SUMM_PKG dependencies on FND_INSTALLATION

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

1396: l_message := ' Global Start Date is NULL ';
1397: RAISE INITIALIZATION_ERROR;
1398: END IF;
1399:
1400: l_setup_good := fnd_installation.get_app_info('AMW', l_status, l_industry, x_rci_schema);
1401: IF (l_setup_good = FALSE OR x_rci_schema IS NULL) THEN
1402: l_message := 'Schema not found';
1403: RAISE INITIALIZATION_ERROR;
1404: END IF;