DBA Data[Home] [Help]

APPS.FND_OAM_DSCFG_COMPILER_PKG dependencies on FND_OAM_DSCFG_INSTANCES

Line 1746: FROM fnd_oam_dscfg_instances

1742: fnd_oam_debug.log(1, l_ctxt, 'Querying config_instance attributes');
1743: -- get the name/description from the config instance
1744: SELECT name, description, language
1745: INTO l_display_name, l_description, l_language
1746: FROM fnd_oam_dscfg_instances
1747: WHERE config_instance_id = p_config_instance_id;
1748:
1749: fnd_oam_debug.log(1, l_ctxt, 'Inserting runs_tl row');
1750: INSERT INTO FND_OAM_DSCRAM_RUNS_TL (RUN_ID,

Line 3340: l_config_instance_id := FND_OAM_DSCFG_INSTANCES_PKG.GET_CURRENT_ID;

3336: BEGIN
3337: fnd_oam_debug.log(2, l_ctxt, 'ENTER');
3338:
3339: --get the config_instance_id, throws error if not initialized
3340: l_config_instance_id := FND_OAM_DSCFG_INSTANCES_PKG.GET_CURRENT_ID;
3341: fnd_oam_debug.log(1, l_ctxt, 'Using config instance id: '||l_config_instance_id);
3342:
3343: --clear the package state data
3344: fnd_oam_debug.log(1, l_ctxt, 'Resetting package state variables');