DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_PVT dependencies on XDO_TEMPLATES_B

Line 4797: xdo_templates_b xdb

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

Line 4807: xdo_templates_b xdb

4803: SELECT
4804: xdb.template_code
4805: FROM oe_order_headers_all oeb,
4806: oe_transaction_types_vl otl,
4807: xdo_templates_b xdb
4808: WHERE oeb.order_type_id = otl.transaction_type_id
4809: AND oeb.header_id = p_doc_id
4810: AND otl.layout_template_id = xdb.template_id;
4811:

Line 4819: xdo_templates_b xdb

4815: xdb.template_code
4816: FROM
4817: okc_terms_templates_all otta,
4818: okc_template_usages_v otuv,
4819: xdo_templates_b xdb
4820: WHERE otuv.document_id = p_doc_id
4821: AND otuv.document_type = p_doc_type
4822: AND otuv.template_id = otta.template_id
4823: AND otta.print_template_id = xdb.template_id;