DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT dependencies on HZ_CUST_ACCT_RELATE_ALL

Line 6814: FROM hz_cust_acct_relate_all

6810: l_order_type_count number :=0;
6811:
6812: CURSOR rel_cust_csr(p_cust_id IN NUMBER, p_rel_cust_id IN NUMBER) IS
6813: SELECT count(related_cust_account_id)
6814: FROM hz_cust_acct_relate_all
6815: WHERE cust_account_id = p_cust_id
6816: AND related_cust_account_id = p_rel_cust_id;
6817:
6818: BEGIN