DBA Data[Home] [Help]

APPS.PQP_HRTCA_INTEGRATION dependencies on HR_LEGISLATION_INSTALLATIONS

Line 126: FROM hr_legislation_installations hli

122: CURSOR csr_chk_prod (c_leg_code IN Varchar2
123: ,c_app_short_name IN Varchar2) IS
124: SELECT hli.status
125: ,hli.pi_steps_exist
126: FROM hr_legislation_installations hli
127: WHERE hli.legislation_code = c_leg_code
128: AND hli.application_short_name = c_app_short_name;
129:
130: -- =============================================================================