SELECT hp.party_name sales_representative
FROM ra_customer_trx_all rcta
,jtf_rs_salesreps jrs
,hz_parties hp
WHERE rcta.primary_resource_salesrep_id=jrs.resource_salesrep_id
AND jrs.resource_id=hp.party_id
APEX$TASK_PK is a substitution string holding the primary key value of the system of records
No comments:
Post a Comment