DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on HZ_CUST_SITE_USES_ALL

Line 3112: hz_cust_site_uses_all a, hz_cust_acct_sites_all b

3108: and b.party_id = a.party_id;
3109: CURSOR site_use_cur IS
3110: select a.site_use_id
3111: from
3112: hz_cust_site_uses_all a, hz_cust_acct_sites_all b
3113: where
3114: a.status = 'A'
3115: and b.cust_account_id = p_cust_account_id
3116: and b.party_site_id = p_party_site_id