DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on BOM_EXPLOSION_TEMP_S

Line 81: SELECT bom_explosion_temp_s.nextval INTO l_group_id from dual;

77: SELECT MAXIMUM_BOM_LEVEL INTO l_max_level
78: FROM BOM_PARAMETERS
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