DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on STANDARD

Line 402: IF l_qa_eval_result = 'STANDARD' THEN

398: IF l_qa_return_status <> 'S' THEN
399: l_qa_eval_result := 'INSPECT';
400: END IF;
401:
402: IF l_qa_eval_result = 'STANDARD' THEN
403: rcv_trx.routing_header_id := 1;
404: END IF;
405: END IF;
406: --Bugfix5213454 End: Called QA API after RTI record validation.

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

1524: /* Bug 7040004 */
1525: /* Call this API only when receipt_source_code is Vendor */
1526: /* Donot calculate the available quantity in case of internal orders and inter-org transfers */
1527:
1528: rcv_quantities_s.get_available_quantity ('STANDARD DELIVER',
1529: rcv_trx.po_distribution_id,
1530: null,
1531: null,
1532: rcv_trx.parent_transaction_id,