DBA Data[Home] [Help]

APPS.PA_INSTALL dependencies on PJI_SYSTEM_SETTINGS

Line 249: FROM pji_system_settings

245: ** and also if the PJI load program has been run.
246: */
247: SELECT 'Y' is_pji_setup
248: INTO l_utilization_implemented
249: FROM pji_system_settings
250: WHERE
251: organization_structure_id IS NOT NULL
252: AND org_structure_version_id IS NOT NULL
253: AND config_util_flag='Y'