DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_AMEND_SETUP dependencies on HR_NONRUN_ASACT

Line 187: hr_utility.trace(l_package_name||'assignment_action_code - Before hr_nonrun_asact.insact');

183: fetch next_action_id into v_next_action_id;
184: close next_action_id;
185: --
186: if g_debug then
187: hr_utility.trace(l_package_name||'assignment_action_code - Before hr_nonrun_asact.insact');
188: end if;
189: --
190: hr_nonrun_asact.insact( v_next_action_id
191: , asglist(i)

Line 190: hr_nonrun_asact.insact( v_next_action_id

186: if g_debug then
187: hr_utility.trace(l_package_name||'assignment_action_code - Before hr_nonrun_asact.insact');
188: end if;
189: --
190: hr_nonrun_asact.insact( v_next_action_id
191: , asglist(i)
192: , p_payroll_action_id
193: , p_chunk
194: , null

Line 198: hr_utility.trace(l_package_name||'assignment_action_code - After hr_nonrun_asact.insact');

194: , null
195: );
196: --
197: if g_debug then
198: hr_utility.trace(l_package_name||'assignment_action_code - After hr_nonrun_asact.insact');
199: end if;
200: end if;
201: end loop;
202: --