DBA Data[Home] [Help]

APPS.MSD_SPF_COLLECT_HISTORY_DATA dependencies on MSD_DEM_ENTITY_QUERIES

Line 2857: /* Check that the given entity name is available in MSD_DEM_ENTITY_QUERIES */

2853: msd_dem_common_utilities.log_message('-----------------------------------Input Parameters - End-------------------------------------------');
2854: msd_dem_common_utilities.log_message ('');
2855: msd_dem_common_utilities.log_message ('');
2856:
2857: /* Check that the given entity name is available in MSD_DEM_ENTITY_QUERIES */
2858: SELECT 1
2859: INTO var_is_present
2860: FROM msd_dem_entity_queries
2861: WHERE entity_name = p_entity_name;

Line 2860: FROM msd_dem_entity_queries

2856:
2857: /* Check that the given entity name is available in MSD_DEM_ENTITY_QUERIES */
2858: SELECT 1
2859: INTO var_is_present
2860: FROM msd_dem_entity_queries
2861: WHERE entity_name = p_entity_name;
2862:
2863: /* Pre-Process Begin */
2864: