DBA Data[Home] [Help]

APPS.PAY_GB_WNU_EDI dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 177: select pay_assignment_actions_s.nextval

173: if asg_rec.assignment_id < nvl(l_stored_asg_id,999999999) THEN
174: l_stored_asg_id := asg_rec.assignment_id;
175: end if;
176: else
177: select pay_assignment_actions_s.nextval
178: into l_locking_act_id
179: from dual;
180:
181: hr_nonrun_asact.insact(l_locking_act_id,

Line 195: select pay_assignment_actions_s.nextval

191:
192: if l_stored_asg_id is not null then
193: hr_utility.set_location('Person ID/Assignment ID: '||
194: l_stored_per_id || '/' || l_stored_asg_id,20);
195: select pay_assignment_actions_s.nextval
196: into l_locking_act_id
197: from dual;
198:
199: hr_nonrun_asact.insact(l_locking_act_id,