SELECT distinct(XL.file_name )"File Name",
xddv.data_source_code "Data Definition Code",
xddv.data_source_name "Data Definition",
xddv.description "Data Definition Description",
xtb.template_code "Template Code",
xtt.template_name "Template Name",
xtt.description "Template Description",
xtb.template_type_code "Type",
xl.file_name "File Name",
xtb.default_output_type "Default Output Type"
FROM apps.XDO_DS_DEFINITIONS_VL xddv,
apps.XDO_TEMPLATES_B xtb,
apps.XDO_TEMPLATES_TL xtt,
apps.XDO_LOBS xl,
apps.FND_APPLICATION_TL fat,
APPS.FND_APPLICATION fa
WHERE xddv.data_source_code like 'XX%' --Need to change
AND xddv.application_short_name = fa.application_short_name
AND fat.application_id = fa.application_id
AND xtb.application_short_name = xddv.application_short_name
AND xddv.data_source_code = xtb.data_source_code
AND xtt.template_code = xtb.template_code
AND xl.LOB_CODE = xtb.template_code
AND xl.xdo_file_type = xtb.template_type_code;
Subscribe to:
Post Comments (Atom)
Query to find Templates details of XML publisher reports
SELECT distinct(XL.file_name )"File Name", xddv.data_source_code "Data Definition Code", xddv.data_source_name ...
-
SELECT WIP_ENTITY_NAME ,PRIMARY_ITEM_NAME ,ITEM_DESCRIPTION ,SOURCE_CODE ,FIRM_PLANNED_FLAG ,STATUS_TYPE ,START_QUANTITY ,NET_QUAN...
-
Business requirement: Convert price list data from 11i to R12.2.7 instance as a part of consolidation project. Basic check and prere...
-
Overview: While moving from 11i to R12, All OPEN WIP Jobs (Released & Un-released) are to be converted from Legacy to R12. In...
No comments:
Post a Comment