DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on HZ_RELATIONSHIPS

Line 642: hz_relationships RACO_BILL_REL,

638: l_salesrep_name
639: FROM ra_customer_trx CT,
640: hz_cust_account_roles RACO_BILL,
641: hz_parties RACO_BILL_PARTY,
642: hz_relationships RACO_BILL_REL,
643: ra_salesreps RA_SALES
644: WHERE ct.bill_to_contact_id = raco_bill.cust_account_role_id(+)
645: and raco_bill.party_id = raco_bill_rel.party_id(+)
646: and raco_bill_rel.subject_table_name(+) = 'HZ_PARTIES'