DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PUB dependencies on HZ_CUST_ACCOUNTS

Line 124: FROM hz_cust_accounts

120: AND lookup_code = p_cust_type;
121:
122: CURSOR c_cust_id_buyer (p_cust_id IN NUMBER) IS
123: SELECT max(cust_account_id)
124: FROM hz_cust_accounts
125: WHERE party_id = p_cust_id
126: AND status= 'A';
127:
128: CURSOR c_cust_id_billto (p_cust_id IN NUMBER) IS