DBA Data[Home] [Help]

APPS.INV_TRANSACTIONS_UTIL2 dependencies on HZ_CUST_ACCOUNTS

Line 336: FROM hz_cust_accounts

332: l_curr_txn_hist_record.Client_Code := P_client_code;
333:
334: SELECT party_id
335: INTO l_party_id
336: FROM hz_cust_accounts
337: WHERE cust_account_id IN (SELECT client_id
338: FROM mtl_client_parameters
339: WHERE client_code = P_client_code);
340: else