DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on WSH_CODE_CONTROL

Line 363: IF wsh_code_control.get_code_release_level < '110509' THEN

359: -- Bug 2666620:
360: -- If the Patchset Level of Shipping is less than 'I' then call
361: -- Shipping's GET_PICK_SLIP_NUMBER.
362: -- Otherwise calls Inventory's GET_PICK_SLIP_NUMBER
363: IF wsh_code_control.get_code_release_level < '110509' THEN
364: IF (is_debug) THEN
365: print_debug('Calling WSH_PR_PICK_SLIP_NUMBER.GET_PICK_SLIP_NUMBER',
366: 'INV_PICK_RELEASE_PVT.GET_PICK_SLIP_NUMBER');
367: END IF;