DBA Data[Home] [Help]

APPS.WMS_ASSIGNMENT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 174: ,hz_cust_accounts cust_acct --ra_customers rc

170: --Bug4579790
171: CURSOR obj30 IS ---Customer
172: SELECT party.party_name --rc.customer_name
173: FROM hz_parties party
174: ,hz_cust_accounts cust_acct --ra_customers rc
175: WHERE party.party_id = fnd_number.canonical_to_number(p_pk1_value)
176: AND cust_acct.party_id = party.party_id;
177: --
178: CURSOR obj56 IS ---Item Type