DBA Data[Home] [Help]

APPS.ARW_SEARCH_CUSTOMERS dependencies on RA_CUSTOMER_TRX

Line 54: ra_customer_trx ct

50: '' location
51: FROM
52: hz_cust_accounts cus,
53: hz_parties party,
54: ra_customer_trx ct
55: WHERE
56: ct.trx_number = p_search_criteria
57: and ct.bill_to_customer_id = cus.cust_account_id
58: and party.party_id = cus.party_id;