DBA Data[Home] [Help]

APPS.JAI_PA_COSTING_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 128: from po_line_locations_all

124: r_get_po_dist_dtl c_get_po_dist_dtl%rowtype;
125:
126: cursor c_get_po_line_loc_dtl(pn_line_loc_id in number) is
127: select quantity
128: from po_line_locations_all
129: where line_location_id = pn_line_loc_id;
130: r_get_po_line_loc_dtl c_get_po_line_loc_dtl%rowtype;
131:
132: cursor c_ja_in_rcv_trx(cp_transaction_id in number) is