DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 4168: from po_distributions_all

4164:
4165: /*following cursor added for bug 8538155 (FP for bug 8466620)*/
4166: cursor c_get_dest(p_line_location_id number, p_distribution_id number) is
4167: select destination_type_code
4168: from po_distributions_all
4169: where line_location_id = p_line_location_id
4170: and po_distribution_id = nvl(p_distribution_id, po_distribution_id);
4171:
4172: /*Cursor is checking for Non Recoverable taxes

Line 5606: FROM po_distributions_all

5602: ) RETURN VARCHAR2 IS
5603:
5604: CURSOR c_dist_dtl(cp_po_distribution_id IN NUMBER) IS
5605: SELECT accrue_on_receipt_flag
5606: FROM po_distributions_all
5607: WHERE po_distribution_id = cp_po_distribution_id;
5608:
5609: /* added by Vijay Shankar for Bug#4215402 */
5610: CURSOR c_po_shipment_dtl(cp_po_line_location_id IN NUMBER) IS