DBA Data[Home] [Help]

APPS.JAI_PA_COSTING_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 105: from po_line_locations_all

101: r_get_po_dist_dtl c_get_po_dist_dtl%rowtype;
102:
103: cursor c_get_po_line_loc_dtl(pn_line_loc_id in number) is
104: select quantity
105: from po_line_locations_all
106: where line_location_id = pn_line_loc_id;
107: r_get_po_line_loc_dtl c_get_po_line_loc_dtl%rowtype;
108:
109: cursor c_ja_in_rcv_trx(cp_transaction_id in number) is