DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on WSH_INV_INTEGRATION_GRP

Line 1890: WSH_INV_INTEGRATION_GRP.find_printer

1886: RAISE fnd_api.g_exc_unexpected_error;
1887: END IF;
1888:
1889: if ( p_pick_slip_mode <> 'I' ) then
1890: WSH_INV_INTEGRATION_GRP.find_printer
1891: ( p_subinventory => NULL
1892: , p_organization_id => p_mo_line_rec.organization_id
1893: , x_error_message => l_api_error_msg
1894: , x_api_Status => l_return_status

Line 3653: WSH_INV_INTEGRATION_GRP.FIND_PRINTER

3649: fnd_msg_pub.ADD;
3650: RAISE fnd_api.g_exc_unexpected_error;
3651: END IF;
3652: IF ( l_pick_slip_mode <> 'I' ) THEN
3653: WSH_INV_INTEGRATION_GRP.FIND_PRINTER
3654: ( p_subinventory => l_mold_sub_code
3655: , p_organization_id => p_mo_line_rec.organization_id
3656: , x_error_message => l_api_error_msg
3657: , x_api_Status => l_api_return_status