DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_ACTIONS_PKG dependencies on OKE_CUST_SITE_USES_V

Line 508: FROM oke_cust_site_uses_v

504: WHERE organization_id = p_org_id;
505:
506: CURSOR c3 ( p_location_id NUMBER ) IS
507: SELECT id1, cust_account_id
508: FROM oke_cust_site_uses_v
509: WHERE location_id = p_location_id
510: AND site_use_code = 'SHIP_TO';
511:
512: c3info c3%rowtype;