DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on BOM_PARAMETERS

Line 77: FROM BOM_PARAMETERS

73: where master_organization_id = fnd_profile.value('ORG_ID');
74: end if;
75: -- get the maximum explosion level.
76: SELECT MAXIMUM_BOM_LEVEL INTO l_max_level
77: FROM BOM_PARAMETERS
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