DBA Data[Home] [Help]

APPS.JAI_PA_COSTING_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 116: from po_requisition_lines_all

112: r_get_reqn_dist_dtl c_get_reqn_dist_dtl%rowtype;
113:
114: cursor c_get_reqn_line_dtl(pn_req_line_id in number) is
115: select quantity
116: from po_requisition_lines_all
117: where requisition_line_id = pn_req_line_id;
118: r_get_reqn_line_dtl c_get_reqn_line_dtl%rowtype;
119:
120: cursor c_get_po_dist_dtl(pn_po_dist_id in number) is