DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on RCV_QUANTITIES_S

Line 576: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ('TRANSFER',

572:
573: BEGIN
574:
575: /* Chk avaliable qty for the transaction */
576: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ('TRANSFER',
577: x_transaction_id,
578: x_receipt_source_code,
579: null,
580: x_transaction_id,

Line 1094: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ('TRANSFER',

1090: BEGIN
1091: /* Chk avaliable qty for the transaction */
1092:
1093: -- Bug#2109106 The parameter x_secondary_available_qty has been removed.
1094: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ('TRANSFER',
1095: x_transaction_id,
1096: x_receipt_source_code,
1097: null,
1098: x_transaction_id,