DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PUB dependencies on HZ_CUST_ACCOUNTS

Line 100: FROM hz_cust_accounts

96: AND lookup_code = p_cust_type;
97:
98: CURSOR c_cust_id_buyer (p_cust_id IN NUMBER) IS
99: SELECT max(cust_account_id)
100: FROM hz_cust_accounts
101: WHERE party_id = p_cust_id
102: AND status= 'A';
103:
104: CURSOR c_cust_id_billto (p_cust_id IN NUMBER) IS