DBA Data[Home] [Help]

APPS.OPI_DBI_PRE_R12_COGS_PKG dependencies on OE_ORDER_LINES_ALL

Line 114: oe_order_lines_all lines,

110: WHERE doc_type = 'OMSO'
111: AND completed_ind = 1
112: AND gl_posted_ind = 1
113: GROUP BY doc_type, line_id, line_id, orgn_code, whse_code) tran,
114: oe_order_lines_all lines,
115: hz_cust_accounts cust_acct,
116: mtl_system_items_b msi,
117: ic_whse_mst whse
118: WHERE led.doc_type in ( 'OMSO', 'PORC' )