DBA Data[Home] [Help]

APPS.PAY_US_PSD_XML dependencies on PER_PEOPLE_F

Line 1500: l_person_id per_people_f.person_id%type;

1496: IS
1497:
1498: /* Variables used to hold the select columns from the SQL statement.*/
1499:
1500: l_person_id per_people_f.person_id%type;
1501: l_assignment_id per_assignments_f.assignment_id%type;
1502: l_tax_unit_id hr_organization_units.organization_id%type;
1503: l_effective_end_date date;
1504:

Line 1541: l_prev_person_id per_people_f.person_id%type;

1537: /* Variables used to hold the current values returned within the loop for
1538: checking against the new values returned from within the loop on the
1539: next iteration. */
1540:
1541: l_prev_person_id per_people_f.person_id%type;
1542: l_prev_asg_id per_assignments_f.assignment_id%type;
1543: l_prev_tax_unit_id hr_organization_units.organization_id%type;
1544:
1545: /* general process variables */