DBA Data[Home] [Help]

APPS.POS_EXCELASN_PVT dependencies on POS_CREATE_ASN

Line 1375: l_tolerableShipQty := POS_CREATE_ASN.getTolerableShipmentQuantity(l_po_line_location_id);

1371: if(l_qty_rcv_exception_code = 'REJECT') then
1372:
1373: l_primary_qty := getConvertedQuantity(l_po_line_location_id, l_quantity, l_uom);
1374:
1375: l_tolerableShipQty := POS_CREATE_ASN.getTolerableShipmentQuantity(l_po_line_location_id);
1376:
1377: if(l_primary_Qty = -1) then
1378: fnd_message.set_name('POS','POS_EXASN_EXCEPT_UOM');
1379: --An exception occured when trying to validate the quantity at line LINE_NUM. Please make sure the UOM you provided on that line is valid for the corresponding item.

Line 4130: POS_CREATE_ASN.getConvertedQuantity ( p_line_location_id ,

4126: ) return number
4127: IS
4128: l_converted_qty number;
4129: BEGIN
4130: POS_CREATE_ASN.getConvertedQuantity ( p_line_location_id ,
4131: p_quantity ,
4132: p_uom ,
4133: l_converted_qty );
4134: return l_converted_qty;