DBA Data[Home] [Help]

APPS.PAY_IE_P45PART3_P46_PKG dependencies on PER_ADDRESSES

Line 833: per_addresses pa,

829: ,pc.NAME Country_Name
830: ,pa.country
831: -- Bug# 7005067
832: FROM per_all_people_f ppf,
833: per_addresses pa,
834: per_all_assignments_f paa,
835: pay_all_payrolls_f pap,
836: pay_assignment_actions ppaa,
837: pa_country_v pc, -- Bug# 7005067

Line 902: Type tab_address is table of per_addresses.ADDRESS_LINE1%type index by binary_integer;

898: l_ovn NUMBER;
899: l_refund varchar2(10);
900:
901: -- Bug# 7005067
902: Type tab_address is table of per_addresses.ADDRESS_LINE1%type index by binary_integer;
903: pl_address tab_address;
904: pl_address_final tab_address;
905: k NUMBER(3) := 0;
906: -- Bug# 7005067