DBA Data[Home] [Help]

APPS.OZF_RESALE_COMMON_PVT dependencies on HZ_CUST_ACCT_SITES

Line 4078: FROM hz_cust_acct_sites

4074: WHERE cust_account_id = p_cust_account_id;
4075:
4076: CURSOR party_site_id_csr(p_account_site_id NUMBER) IS
4077: SELECT party_site_id
4078: FROM hz_cust_acct_sites
4079: WHERE cust_acct_site_id = p_account_site_id;
4080:
4081: -- For Bug#9447673 SSD IDSM ER(+)
4082: CURSOR batch_direct_flag_csr (p_id IN NUMBER) IS