DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on BOM_SMALL_EXPL_TEMP

Line 82: delete from bom_small_expl_temp;

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

Line 251: from bom_small_expl_temp

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