DBA Data[Home] [Help]

APPS.PAY_ACTION_CONTEXTS_PKG dependencies on DUAL

Line 110: FROM DUAL;

106:
107: for rec_asg_act in csr_asg_acts(p_pay_act_id, p_stperson, p_endperson) loop
108: SELECT pay_assignment_actions_s.nextval
109: INTO l_locking_asg_act_id
110: FROM DUAL;
111:
112: --
113: -- insert assignment action record
114: --

Line 370: -- do context processing for each assignment action individually

366: hr_utility.trace(' p_effective_date>' || p_effective_date || '<');
367:
368: --
369: -- loop through all assignment actions associated with an assignment,
370: -- do context processing for each assignment action individually
371: --
372: for rec_asg_act in csr_asg_acts(p_asg_act_id) loop
373: process_asg_act(rec_asg_act.assignment_id,
374: rec_asg_act.assignment_action_id,