DBA Data[Home] [Help]

APPS.JAI_PA_COSTING_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 93: from po_requisition_lines_all

89: r_get_reqn_dist_dtl c_get_reqn_dist_dtl%rowtype;
90:
91: cursor c_get_reqn_line_dtl(pn_req_line_id in number) is
92: select quantity
93: from po_requisition_lines_all
94: where requisition_line_id = pn_req_line_id;
95: r_get_reqn_line_dtl c_get_reqn_line_dtl%rowtype;
96:
97: cursor c_get_po_dist_dtl(pn_po_dist_id in number) is