DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 1109: l_po_distribution_id PO_DISTRIBUTIONS_ALL.PO_DISTRIBUTION_ID%TYPE;

1105: and Pd.po_distribution_id = NVL(RT.po_distribution_id, Pd.po_distribution_id) -- bug 8771037
1106: and RT.TRANSACTION_ID= X_Rcv_Transaction_Id;
1107:
1108:
1109: l_po_distribution_id PO_DISTRIBUTIONS_ALL.PO_DISTRIBUTION_ID%TYPE;
1110: l_ordered_po_qty NUMBER;
1111: l_cancelled_po_qty NUMBER;
1112: l_delivered_po_qty NUMBER;
1113: l_returned_po_qty NUMBER;