DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 1138: PER_ALL_ASSIGNMENTS_F SR_PER,

1134: select SR_PER.organization_id, -- poo_party_id
1135: SR_HRL.location_id -- poo_location_id
1136: into pg_poo_party_id, pg_poo_location_id
1137: from JTF_RS_SALESREPS SR,
1138: PER_ALL_ASSIGNMENTS_F SR_PER,
1139: HR_ORGANIZATION_UNITS SR_HRL
1140: where SR.salesrep_id = pg_salesrep_id
1141: and SR.org_id = pg_org_id
1142: and SR.person_id = SR_PER.person_id