DBA Data[Home] [Help]

APPS.EGO_ITEM_CATALOG_PUB dependencies on EGO_STYLE_SKU_ITEM_PVT

Line 958: l_style_exists := EGO_STYLE_SKU_ITEM_PVT.IsStyle_Item_Exist_For_ICC( p_classification_code );

954:
955: IF l_variant_Behaviour = 'Y' THEN
956: -- Style Exists check is enough for SKU Exists check,
957: -- Since SKU cannot exists with out a Style
958: l_style_exists := EGO_STYLE_SKU_ITEM_PVT.IsStyle_Item_Exist_For_ICC( p_classification_code );
959: IF l_style_exists = FND_API.G_TRUE THEN
960: x_ok_to_delete := FND_API.G_FALSE;
961: l_message := 'EGO_ASSOCIATED_AG_IN_USE';
962: FND_MESSAGE.Set_Name(g_app_name, l_message);