DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on RCV_QUANTITIES_S

Line 603: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ('TRANSFER',

599:
600: BEGIN
601:
602: /* Chk avaliable qty for the transaction */
603: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ('TRANSFER',
604: x_transaction_id,
605: x_receipt_source_code,
606: null,
607: x_transaction_id,

Line 1121: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ('TRANSFER',

1117: BEGIN
1118: /* Chk avaliable qty for the transaction */
1119:
1120: -- Bug#2109106 The parameter x_secondary_available_qty has been removed.
1121: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ('TRANSFER',
1122: x_transaction_id,
1123: x_receipt_source_code,
1124: null,
1125: x_transaction_id,