DBA Data[Home] [Help]

APPS.PA_PAY_VALIDATE dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 348: per_assignment_status_types s

344:
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'