DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on BOM_PARAMETERS

Line 78: FROM BOM_PARAMETERS

74: where master_organization_id = fnd_profile.value('ORG_ID');
75: end if;
76: -- get the maximum explosion level.
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