DBA Data[Home] [Help]

APPS.OKE_AMG_GRP dependencies on OKE_CUST_SITE_USES_V

Line 392: Select 'x' from oke_cust_site_uses_v

388: Select 'x' from oke_customer_accounts_v
389: where id1= p_ship_to_org_id ;
390:
391: Cursor c_check_cust_add IS
392: Select 'x' from oke_cust_site_uses_v
393: where site_use_code = 'SHIP_TO'
394: and cust_account_id = p_ship_to_org_id
395: and location_id= p_ship_to_loc_id;
396: