DBA Data[Home] [Help]

APPS.POS_EXCELASN_PVT dependencies on POS_CREATE_ASN

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

1330: if(l_qty_rcv_exception_code = 'REJECT') then
1331:
1332: l_primary_qty := getConvertedQuantity(l_po_line_location_id, l_quantity, l_uom);
1333:
1334: l_tolerableShipQty := POS_CREATE_ASN.getTolerableShipmentQuantity(l_po_line_location_id);
1335:
1336: if(l_primary_Qty = -1) then
1337: fnd_message.set_name('POS','POS_EXASN_EXCEPT_UOM');
1338: --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 4056: POS_CREATE_ASN.getConvertedQuantity ( p_line_location_id ,

4052: ) return number
4053: IS
4054: l_converted_qty number;
4055: BEGIN
4056: POS_CREATE_ASN.getConvertedQuantity ( p_line_location_id ,
4057: p_quantity ,
4058: p_uom ,
4059: l_converted_qty );
4060: return l_converted_qty;