DBA Data[Home] [Help]

APPS.PAY_MX_SUA_MAG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 698: SELECT pay_assignment_actions_s.nextval

694: it is not locked by another SUA Mag report or if it has not been reported yet.
695: The following IF condition is used for that purpose.*/
696: IF (ln_exist = 0 OR l_report = 0) THEN
697: IF (ln_person_id <> ln_prev_person_id) THEN
698: SELECT pay_assignment_actions_s.nextval
699: INTO ln_mag_asg_act_id
700: FROM dual;
701:
702: hr_utility_trace('Creating magtape assignment action '||