DBA Data[Home] [Help]

APPS.INV_LABEL_PVT7 dependencies on HZ_CUST_ACCOUNTS

Line 307: -- from hz_parties and hz_cust_accounts.

303: -- Modification Start for Bug # - 4418524
304: --
305: -- As part of TCA related changes ra_customers, ra_contacts views are
306: -- obsoleted in R12. The columns fetched from these views are fetched
307: -- from hz_parties and hz_cust_accounts.
308: --
309: -- Following table alias are commented
310: -- ra_customers rac
311: --

Line 318: , hz_cust_accounts CUST_ACCT

314: --
315: ( SELECT CUST_ACCT.cust_account_id customer_id,
316: SUBSTRB(PARTY.party_name,1,50) customer_name
317: FROM hz_parties PARTY
318: , hz_cust_accounts CUST_ACCT
319: WHERE CUST_ACCT.party_id = PARTY.party_id
320: ) rac,
321: --
322: -- Modification End for Bug # - 4418524