DBA Data[Home] [Help]

APPS.EGO_ICC_STRUCTURE_PVT dependencies on BOM_GLOBALS

Line 3308: IF p_so_basis = 1 AND p_bom_item_type <> Bom_Globals.G_OPTION_CLASS THEN

3304: ELSE
3305: null;
3306: END IF;
3307:
3308: IF p_so_basis = 1 AND p_bom_item_type <> Bom_Globals.G_OPTION_CLASS THEN
3309: FND_MESSAGE.set_name('BOM', 'BOM_SO_BASIS_ONE');
3310: FND_MESSAGE.set_token('REVISED_COMPONENT_NAME', p_component_name);
3311: FND_MSG_PUB.add;
3312: l_val_failure := l_val_failure+1;