DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_MAIN dependencies on HR_PUMP_BATCH_LINES

Line 701: where batch_line_id in (select batch_line_id from hr_pump_batch_lines

697: ,p_configuration_code in varchar2) IS
698:
699: cursor csr_bg_ids(c_batch_id in number) IS
700: select unique_key_id from hr_pump_batch_line_user_keys
701: where batch_line_id in (select batch_line_id from hr_pump_batch_lines
702: where batch_id = c_batch_id and api_module_id = (select api_module_id
703: from hr_api_modules where module_name = 'CREATE_BUSINESS_GROUP'));
704:
705: