DBA Data[Home] [Help]

APPS.WSH_EXCEPTIONS_GRP dependencies on WSH_NEW_DELIVERIES

Line 585: FROM wsh_new_deliveries

581:
582: --R12 MDC
583: CURSOR c_check_consol_dlvy(p_delivery_id IN NUMBER) IS
584: SELECT delivery_id
585: FROM wsh_new_deliveries
586: WHERE delivery_id = p_delivery_id
587: AND delivery_type = 'STANDARD';
588:
589: -- local variables