DBA Data[Home] [Help]

APPS.RCV_INVOICE_MATCHING_SV dependencies on STANDARD

Line 426: Bug 10074319 rounding to 9 decimals to match the standard precision in RCV */

422:
423: X_progress := '006';
424:
425: /* Bug 2964160 need to round off the quantities before passing them out
426: Bug 10074319 rounding to 9 decimals to match the standard precision in RCV */
427: ordered_po_qty := round(ordered_po_qty,9);
428: cancelled_po_qty := round(cancelled_po_qty,9);
429: received_po_qty := round(received_po_qty,9);
430: corrected_po_qty := round(corrected_po_qty,9);

Line 691: -- standard call to check for call compatibility

687: START WITH transaction_id = c_transaction_id
688: CONNECT BY parent_transaction_id = PRIOR transaction_id;
689:
690: BEGIN
691: -- standard call to check for call compatibility
692: IF NOT FND_API.Compatible_API_Call( l_api_version,
693: p_api_version,
694: l_api_name,
695: G_PKG_NAME ) THEN

Line 791: -- standard call to check for call compatibility

787: CONNECT BY parent_transaction_id = PRIOR transaction_id
788: AND PRIOR transaction_type <> 'DELIVER';
789:
790: BEGIN
791: -- standard call to check for call compatibility
792: IF NOT FND_API.Compatible_API_Call( l_api_version,
793: p_api_version,
794: l_api_name,
795: G_PKG_NAME ) THEN