DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on WSH_INV_INTEGRATION_GRP

Line 1603: WSH_INV_INTEGRATION_GRP.find_printer

1599: RAISE fnd_api.g_exc_unexpected_error;
1600: END IF;
1601:
1602: if ( p_pick_slip_mode <> 'I' ) then
1603: WSH_INV_INTEGRATION_GRP.find_printer
1604: ( p_subinventory => NULL
1605: , p_organization_id => p_mo_line_rec.organization_id
1606: , x_error_message => l_api_error_msg
1607: , x_api_Status => l_return_status

Line 3167: WSH_INV_INTEGRATION_GRP.FIND_PRINTER

3163: fnd_msg_pub.ADD;
3164: RAISE fnd_api.g_exc_unexpected_error;
3165: END IF;
3166: IF ( l_pick_slip_mode <> 'I' ) THEN
3167: WSH_INV_INTEGRATION_GRP.FIND_PRINTER
3168: ( p_subinventory => l_mold_sub_code
3169: , p_organization_id => p_mo_line_rec.organization_id
3170: , x_error_message => l_api_error_msg
3171: , x_api_Status => l_api_return_status