DBA Data[Home] [Help]

APPS.PAY_IE_NES_REPORT_PKG dependencies on PER_ALL_POSITIONS

Line 647: l_declarant_position per_all_positions.name%type;

643: l_person_id hr_organization_information.org_information13%type;
644: l_declarant_name per_all_people_f.full_name%type;
645: l_declarant_phone per_all_people_f.office_number%type ;
646: l_declarant_email_add per_all_people_f.email_address%type;
647: l_declarant_position per_all_positions.name%type;
648:
649: Type tab_address is table of per_addresses.ADDRESS_LINE1%type index by binary_integer;
650: pl_address tab_address;
651: pl_address_final tab_address;