DBA Data[Home] [Help]

APPS.ARW_SEARCH_CUSTOMERS dependencies on RA_CUSTOMER_TRX

Line 91: ra_customer_trx ct

87: '' location
88: FROM
89: hz_cust_accounts cus,
90: hz_parties party,
91: ra_customer_trx ct
92: WHERE
93: ct.trx_number = p_search_criteria
94: and ct.bill_to_customer_id = cus.cust_account_id
95: and party.party_id = cus.party_id;