DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_PVT dependencies on OE_TRANSACTION_TYPES_VL

Line 4757: oe_transaction_types_vl otl,

4753: cursor get_order_lay_templ_csr is
4754: SELECT
4755: xdb.template_code
4756: FROM oe_order_headers_all oeb,
4757: oe_transaction_types_vl otl,
4758: xdo_templates_b xdb
4759: WHERE oeb.order_type_id = otl.transaction_type_id
4760: AND oeb.header_id = p_doc_id
4761: AND otl.layout_template_id = xdb.template_id;