DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on WSH_CODE_CONTROL

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

395: -- Bug 2666620:
396: -- If the Patchset Level of Shipping is less than 'I' then call
397: -- Shipping's GET_PICK_SLIP_NUMBER.
398: -- Otherwise calls Inventory's GET_PICK_SLIP_NUMBER
399: IF wsh_code_control.get_code_release_level < '110509' THEN
400: IF (is_debug) THEN
401: print_debug('Calling WSH_PR_PICK_SLIP_NUMBER.GET_PICK_SLIP_NUMBER',
402: 'INV_PICK_RELEASE_PVT.GET_PICK_SLIP_NUMBER');
403: END IF;