DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on STANDARD

Line 392: IF l_qa_eval_result = 'STANDARD' THEN

388: IF l_qa_return_status <> 'S' THEN
389: l_qa_eval_result := 'INSPECT';
390: END IF;
391:
392: IF l_qa_eval_result = 'STANDARD' THEN
393: rcv_trx.routing_header_id := 1;
394: END IF;
395: END IF;
396: --Bugfix5213454 End: Called QA API after RTI record validation.

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,