DBA Data[Home] [Help]

APPS.RCV_QUANTITIES_S dependencies on INV_CONSIGNED_VALIDATIONS

Line 2862: INV_CONSIGNED_VALIDATIONS.GET_CONSIGNED_LPN_QUANTITY(

2858: /*For WMS org, as LPN involved, we need to do different validation
2859: This is the same as WMSTXERE.pld does */
2860: IF (l_lpn_id is not null and l_lpn_id > 0) THEN
2861:
2862: INV_CONSIGNED_VALIDATIONS.GET_CONSIGNED_LPN_QUANTITY(
2863: x_return_status => l_return_status,
2864: x_return_msg => l_msg_data,
2865: p_tree_mode => 2,
2866: p_organization_id => l_org_id,

Line 2891: INV_CONSIGNED_VALIDATIONS_GRP.get_consigned_quantity (

2887: x_att => l_consigned_quantity);
2888:
2889: ELSE
2890:
2891: INV_CONSIGNED_VALIDATIONS_GRP.get_consigned_quantity (
2892: p_api_version_number => 1.0,
2893: p_init_msg_lst => 'F',
2894: x_return_status => l_return_status,
2895: x_msg_count => l_msg_count,