DBA Data[Home] [Help]

APPS.EGO_ITEM_CATALOG_PUB dependencies on EGO_STYLE_SKU_ITEM_PVT

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

888:
889: IF l_variant_Behaviour = 'Y' THEN
890: -- Style Exists check is enough for SKU Exists check,
891: -- Since SKU cannot exists with out a Style
892: l_style_exists := EGO_STYLE_SKU_ITEM_PVT.IsStyle_Item_Exist_For_ICC( p_classification_code );
893: IF l_style_exists = FND_API.G_TRUE THEN
894: x_ok_to_delete := FND_API.G_FALSE;
895: l_message := 'EGO_ASSOCIATED_AG_IN_USE';
896: FND_MESSAGE.Set_Name(g_app_name, l_message);