DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT dependencies on HZ_CUST_ACCT_RELATE_ALL

Line 8467: FROM hz_cust_acct_relate_all

8463: l_order_type_count number :=0;
8464:
8465: CURSOR rel_cust_csr(p_cust_id IN NUMBER, p_rel_cust_id IN NUMBER) IS
8466: SELECT count(related_cust_account_id)
8467: FROM hz_cust_acct_relate_all
8468: WHERE cust_account_id = p_cust_id
8469: AND related_cust_account_id = p_rel_cust_id;
8470:
8471: