DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE_SETUP dependencies on HR_NONRUN_ASACT

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

174: fetch next_action_id into v_next_action_id;
175: close next_action_id;
176: --
177: if g_debug then
178: hr_utility.trace(l_package_name||'assignment_action_code - Before hr_nonrun_asact.insact');
179: end if;
180: --
181: hr_nonrun_asact.insact( v_next_action_id
182: , asglist(i)

Line 181: hr_nonrun_asact.insact( v_next_action_id

177: if g_debug then
178: hr_utility.trace(l_package_name||'assignment_action_code - Before hr_nonrun_asact.insact');
179: end if;
180: --
181: hr_nonrun_asact.insact( v_next_action_id
182: , asglist(i)
183: , p_payroll_action_id
184: , p_chunk
185: , null

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

185: , null
186: );
187: --
188: if g_debug then
189: hr_utility.trace(l_package_name||'assignment_action_code - After hr_nonrun_asact.insact');
190: end if;
191: end if;
192: end loop;
193: --