DBA Data[Home] [Help]

APPS.PA_PAY_VALIDATE dependencies on PER_ALL_ASSIGNMENTS_F

Line 349: , per_all_assignments_f a

345: /* Validation to check whether the person assignment is primary or not */
346:
347: select count(1) into l_value_exists from
348: per_assignment_status_types s
349: , per_all_assignments_f a
350: WHERE
351: a.person_id = Details_rec.PERSON_ID
352: AND a.primary_flag = 'Y'
353: AND a.assignment_type in ('E', 'C')