DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_PVT dependencies on OE_TRANSACTION_TYPES_ALL

Line 4796: oe_transaction_types_all otl,

4792: cursor get_bsa_lay_templ_csr is
4793: SELECT
4794: xdb.template_code
4795: FROM oe_blanket_headers_all oeb,
4796: oe_transaction_types_all otl,
4797: xdo_templates_b xdb
4798: WHERE oeb.order_type_id = otl.transaction_type_id
4799: AND oeb.header_id = p_doc_id
4800: AND otl.layout_template_id = xdb.template_id;