DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on HZ_CUST_SITE_USES_ALL

Line 3278: hz_cust_site_uses_all a, hz_cust_acct_sites_all b

3274: and b.party_id = a.party_id;
3275: CURSOR site_use_cur IS
3276: select a.site_use_id
3277: from
3278: hz_cust_site_uses_all a, hz_cust_acct_sites_all b
3279: where
3280: a.status = 'A'
3281: and b.cust_account_id = p_cust_account_id
3282: and b.party_site_id = p_party_site_id