DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on BOM_SMALL_EXPL_TEMP

Line 83: delete from bom_small_expl_temp;

79: WHERE ORGANIZATION_ID = l_org_id;
80: -- get the group id used for explosion.
81: SELECT bom_explosion_temp_s.nextval INTO l_group_id from dual;
82: -- clear the bom temporary table
83: delete from bom_small_expl_temp;
84: -- calling exploder_userexit API.
85: IF ( FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
86: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,lc_mod_name||'begin',
87: 'Calling exploder_userexit');

Line 252: from bom_small_expl_temp

248: ATTRIBUTE14 ,
249: ATTRIBUTE15 ,
250: ITEM_COST ,
251: EXTEND_COST_FLAG
252: from bom_small_expl_temp
253: where group_id = l_group_id;
254:
255: end if;
256: