DBA Data[Home] [Help]

APPS.MSD_DEM_CTO dependencies on MSD_DEM_ENTITY_QUERIES

Line 38: msd_dem_common_utilities.log_debug('Verify the Entity Name is available in MSD_DEM_ENTITY_QUERIES');

34: msd_dem_common_utilities.log_debug (' Entity Name - ' || p_entity_name);
35: msd_dem_common_utilities.log_debug (' Instance ID - ' || to_char(p_sr_instance_id));
36: msd_dem_common_utilities.log_debug (' For CTO - ' || to_char(p_for_cto));
37:
38: msd_dem_common_utilities.log_debug('Verify the Entity Name is available in MSD_DEM_ENTITY_QUERIES');
39: SELECT 1
40: INTO x_is_present
41: FROM MSD_DEM_ENTITY_QUERIES
42: WHERE entity_name = p_entity_name;

Line 41: FROM MSD_DEM_ENTITY_QUERIES

37:
38: msd_dem_common_utilities.log_debug('Verify the Entity Name is available in MSD_DEM_ENTITY_QUERIES');
39: SELECT 1
40: INTO x_is_present
41: FROM MSD_DEM_ENTITY_QUERIES
42: WHERE entity_name = p_entity_name;
43:
44:
45: msd_dem_common_utilities.log_debug('Get the Demantra Schema Name');