DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on RCV_QUANTITIES_S

Line 1329: rcv_quantities_s.get_available_quantity (

1325: X_progress := '1100';
1326:
1327: /*Bug 1548597 */
1328:
1329: rcv_quantities_s.get_available_quantity (
1330: X_transaction_type, X_parent_id,
1331: X_receipt_source_code, NULL, 0, NULL, X_available_quantity,
1332: X_tolerable_quantity, X_uom,X_secondary_available_qty);
1333:

Line 1378: rcv_quantities_s.get_available_quantity (

1374:
1375: x_distribution_id := rcv_trx.po_distribution_id;
1376: x_transaction_type := 'DIRECT RECEIPT';
1377:
1378: rcv_quantities_s.get_available_quantity (
1379: X_transaction_type, x_distribution_id,
1380: X_receipt_source_code, NULL, 0, NULL, x_dist_avail_qty,
1381: x_dist_tol_qty, x_dist_uom,X_secondary_available_qty);
1382:

Line 1402: rcv_quantities_s.get_available_quantity (

1398:
1399: X_progress := '1100';
1400:
1401: /*Bug 1548597 */
1402: rcv_quantities_s.get_available_quantity (
1403: X_transaction_type, X_parent_id,
1404: X_receipt_source_code, NULL, 0, NULL, X_available_quantity,
1405: X_tolerable_quantity, X_uom,X_secondary_available_qty);
1406:

Line 1423: rcv_quantities_s.get_available_quantity ('STANDARD DELIVER',

1419: /* Bug 7040004 */
1420: /* Call this API only when receipt_source_code is Vendor */
1421: /* Donot calculate the available quantity in case of internal orders and inter-org transfers */
1422:
1423: rcv_quantities_s.get_available_quantity ('STANDARD DELIVER',
1424: rcv_trx.po_distribution_id,
1425: null,
1426: null,
1427: rcv_trx.parent_transaction_id,

Line 1676: RCV_QUANTITIES_S.get_primary_qty_uom (

1672: */
1673:
1674: X_progress := '900';
1675:
1676: RCV_QUANTITIES_S.get_primary_qty_uom (
1677: rcv_trx.quantity,
1678: rcv_trx.unit_of_measure,
1679: rcv_trx.item_id,
1680: rcv_trx.to_organization_id,