DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 4925: FROM po_distributions_all

4921: ) RETURN VARCHAR2 IS
4922:
4923: CURSOR c_dist_dtl(cp_po_distribution_id IN NUMBER) IS
4924: SELECT accrue_on_receipt_flag
4925: FROM po_distributions_all
4926: WHERE po_distribution_id = cp_po_distribution_id;
4927:
4928: /* added by Vijay Shankar for Bug#4215402 */
4929: CURSOR c_po_shipment_dtl(cp_po_line_location_id IN NUMBER) IS