DBA Data[Home] [Help]

APPS.ENI_UPGRADE_VSET dependencies on ENI_VALUESET_CATEGORY

Line 338: l_error := ENI_VALUESET_CATEGORY.ENI_VALIDATE_STRUCTURE;

334: l_error:= FALSE;
335: l_schema := 'ENI';
336:
337: -- Validating structure
338: l_error := ENI_VALUESET_CATEGORY.ENI_VALIDATE_STRUCTURE;
339:
340: IF l_error THEN
341: errbuf:= 'ERROR: in structure/ segment validation';
342: FND_FILE.PUT_LINE(FND_FILE.LOG,'ERROR: in structure/ segment validation');

Line 351: g_value_set_id := ENI_VALUESET_CATEGORY.GET_FLEX_VALUE_SET_ID('401','MCAT',g_catset_id);

347: -- Get category set associated with the Product Functional Area
348: g_catset_id := ENI_DENORM_HRCHY.GET_CATEGORY_SET_ID;
349:
350: -- Get the value set that is associated with the structure
351: g_value_set_id := ENI_VALUESET_CATEGORY.GET_FLEX_VALUE_SET_ID('401','MCAT',g_catset_id);
352:
353: IF g_value_set_id IS NULL THEN
354: errbuf := 'ERROR: There is no value set associated with the default category set structure. Aborting....';
355: FND_FILE.PUT_LINE(FND_FILE.LOG,'ERROR: There is no value set associated with the default category set structure. ');