DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OE_ORDER_LINES_ALL

Line 69: FROM oe_order_lines_all

65: CURSOR source_line_attrbs_csr
66: IS
67: SELECT invoicing_rule_id, accounting_rule_id, price_list_id,
68: commitment_id, invoice_to_org_id, ship_to_org_id
69: FROM oe_order_lines_all
70: WHERE line_id = p_source_line_id;
71:
72: -- Cursor to compare the source line attributes with
73: -- target line attributes

Line 266: oe_order_lines_all ordline

262: IS
263: SELECT ordline.invoice_to_org_id
264: ,pmt.trxn_extension_id
265: FROM
266: oe_order_lines_all ordline
267: ,oe_payments pmt
268: WHERE ordline.line_id = c_order_line_id
269: AND ordline.header_id = pmt.header_id
270: AND ordline.line_id = pmt.line_id