DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_PVT dependencies on XDO_TEMPLATES_B

Line 4748: xdo_templates_b xdb

4744: SELECT
4745: xdb.template_code
4746: FROM oe_blanket_headers_all oeb,
4747: oe_transaction_types_all otl,
4748: xdo_templates_b xdb
4749: WHERE oeb.order_type_id = otl.transaction_type_id
4750: AND oeb.header_id = p_doc_id
4751: AND otl.layout_template_id = xdb.template_id;
4752:

Line 4758: xdo_templates_b xdb

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;
4762:

Line 4770: xdo_templates_b xdb

4766: xdb.template_code
4767: FROM
4768: okc_terms_templates_all otta,
4769: okc_template_usages_v otuv,
4770: xdo_templates_b xdb
4771: WHERE otuv.document_id = p_doc_id
4772: AND otuv.document_type = p_doc_type
4773: AND otuv.template_id = otta.template_id
4774: AND otta.print_template_id = xdb.template_id;