DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 1026: PER_ALL_ASSIGNMENTS_F SR_PER,

1022: select SR_PER.organization_id, -- poo_party_id
1023: SR_HRL.location_id -- poo_location_id
1024: into pg_poo_party_id, pg_poo_location_id
1025: from JTF_RS_SALESREPS SR,
1026: PER_ALL_ASSIGNMENTS_F SR_PER,
1027: HR_ORGANIZATION_UNITS SR_HRL
1028: where SR.salesrep_id = pg_salesrep_id
1029: and SR.org_id = pg_org_id
1030: and SR.person_id = SR_PER.person_id