DBA Data[Home] [Help]

APPS.PAY_US_MAGTAPE_REPORTING dependencies on PER_PEOPLE_F

Line 501: from per_people_f

497: l_number varchar2(60);
498:
499: cursor csr_get_info is
500: select full_name, employee_number
501: from per_people_f
502: where person_id = p_person_id
503: and rownum = 1;
504:
505: begin

Line 593: l_prev_person_id per_people_f.person_id%type;

589: -- Variables used to hold the current values returned within the loop for
590: -- checking against the new values returned from within the loop on the
591: -- next iteration.
592: --
593: l_prev_person_id per_people_f.person_id%type;
594: l_prev_tax_unit_id hr_organization_units.organization_id%type;
595: --
596: -- Variable to hold the jurisdiction code used as a context for state
597: -- reporting.