SQL Query To Get The List of All HDL Objects
SQL Query To Get The List of All HDL Objects
bus_obj_file_discriminator,
NVL(hdbo.processing_order, (select processing_order from HRC_DL_BUSINESS_OBJECTS
where business_object_id = parent_business_object_id)) processing_order,
fat.user_module_name,
initcap(substr(replace(BUSINESS_OBJECT_VO_FQ_NAME, 'oracle.apps.hcm.',''), 0,
instr(replace(BUSINESS_OBJECT_VO_FQ_NAME, 'oracle.apps.hcm.',''), '.')-1)) module
from HRC_DL_BUSINESS_OBJECTS hdbo, Fnd_appl_taxonomy_vl fat
where hdbo.module_id = fat.module_id
order by hdbo.bus_obj_top_discriminator, hdbo.processing_order,
hdbo.business_object_id