DBA Data[Home] [Help]

APPS.PAY_IE_P45PART3_P46_PKG dependencies on PER_ADDRESSES

Line 836: per_addresses pa,

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

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

907: l_usc_employment pay_element_entry_values_f.screen_entry_value%type;
908: l_refund_usc varchar2(10);
909:
910: -- Bug# 7005067
911: Type tab_address is table of per_addresses.ADDRESS_LINE1%type index by binary_integer;
912: pl_address tab_address;
913: pl_address_final tab_address;
914: k NUMBER(3) := 0;
915: -- Bug# 7005067