DBA Data[Home] [Help]

APPS.ZX_VTX_USER_PKG dependencies on HZ_CUST_ACCOUNTS

Line 2246: FROM HZ_CUST_ACCOUNTS

2242: BEGIN
2243:
2244: SELECT account_number
2245: INTO arp_customer_code_tab(i)
2246: FROM HZ_CUST_ACCOUNTS
2247: WHERE cust_account_id = bill_third_pty_acct_id_tab(i);
2248:
2249: EXCEPTION
2250: WHEN OTHERS THEN