[Home] [Help]
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:
706: l_proc varchar2(72) := g_package || 'load_enterprise_configuration';
707: l_log_message varchar2(360);