DBA Data[Home] [Help]

APPS.WMS_DEPLOY dependencies on HZ_CUST_ACCOUNTS

Line 324: FROM hz_parties client, hz_cust_accounts cust_account

320:
321: BEGIN
322: SELECT client.party_name
323: INTO x_client_name
324: FROM hz_parties client, hz_cust_accounts cust_account
325: WHERE client.party_id = cust_account.party_id
326: AND cust_account.cust_account_id = x_client_id;
327: END;
328: