DBA Data[Home] [Help]

APPS.ZX_VTX_USER_PKG dependencies on HZ_CUST_ACCOUNTS

Line 2086: FROM HZ_CUST_ACCOUNTS

2082: BEGIN
2083:
2084: SELECT account_number
2085: INTO arp_customer_code_tab(i)
2086: FROM HZ_CUST_ACCOUNTS
2087: WHERE cust_account_id = bill_third_pty_acct_id_tab(i);
2088:
2089: EXCEPTION
2090: WHEN OTHERS THEN