DBA Data[Home] [Help]

APPS.ARW_SEARCH_CUSTOMERS dependencies on HZ_CUST_ACCOUNTS

Line 11: customer_id hz_cust_accounts.cust_account_id%TYPE,

7: addr_cnt BINARY_INTEGER := 0
8: );
9:
10: TYPE rev_cust_rec IS RECORD (
11: customer_id hz_cust_accounts.cust_account_id%TYPE,
12: addr_cnt BINARY_INTEGER := 0
13: );
14:
15: TYPE addr_rec IS RECORD (