DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE dependencies on HR_NONRUN_ASACT

Line 120: hr_utility.set_location('Before calling hr_nonrun_asact.insact',4);

116: fetch process_assignments into v_assignment_id;
117: exit when process_assignments%notfound;
118: --
119: if g_debug then
120: hr_utility.set_location('Before calling hr_nonrun_asact.insact',4);
121: end if;
122: --
123: open next_action_id ;
124: fetch next_action_id into v_next_action_id;

Line 127: hr_nonrun_asact.insact( v_next_action_id,

123: open next_action_id ;
124: fetch next_action_id into v_next_action_id;
125: close next_action_id;
126: --
127: hr_nonrun_asact.insact( v_next_action_id,
128: v_assignment_id,
129: p_payroll_action_id,
130: p_chunk,
131: null );

Line 134: hr_utility.set_location('After calling hr_nonrun_asact.insact',4);

130: p_chunk,
131: null );
132: --
133: if g_debug then
134: hr_utility.set_location('After calling hr_nonrun_asact.insact',4);
135: end if;
136: end loop;
137: --
138: close process_assignments;

Line 310: hr_nonrun_asact.insact( v_next_action_id,

306: open next_action_id;
307: fetch next_action_id into v_next_action_id;
308: close next_action_id;
309: --
310: hr_nonrun_asact.insact( v_next_action_id,
311: v_asg_id,
312: p_payroll_action_id,
313: p_chunk,
314: null );