DBA Data[Home] [Help]

APPS.MSD_LIABILITY dependencies on FND_PROFILE

Line 343: x_liab_calc_level := FND_PROFILE.Value('MSC_LIABILITY_CALC_LEVEL') ;

339:
340: /* Validate setup Data */
341:
342:
343: x_liab_calc_level := FND_PROFILE.Value('MSC_LIABILITY_CALC_LEVEL') ;
344:
345:
346:
347:

Line 652: strCodeAW := nvl( fnd_profile.value('MSD_CODE_AW'), 'ODPCODE') ;

648: /* Place Holder for DPE API */
649: display_message('Before the call of Build API' ,DEBUG );
650:
651: --- strCmd := 'aw attach FALIU_ODP ro; call BLD.LIABILITY(''' || MSD_COMMON_UTILITIES_LB.get_demand_plan_id(p_plan_id) || ''' ;)';
652: strCodeAW := nvl( fnd_profile.value('MSD_CODE_AW'), 'ODPCODE') ;
653: strCmd := 'aw attach '|| strCodeAW ||' ro; call BLD.LIABILITY(''' || MSD_COMMON_UTILITIES_LB.get_demand_plan_id(p_plan_id) || ''');';
654:
655: display_message(strCmd ,DEBUG );
656:

Line 2162: x_base_uom := FND_PROFILE.Value('MSC_LIABILITY_BASE_UOM') ;

2158: retcode := 0 ;
2159:
2160: /* Check if Base UOM Profile is set or not , If it is not set error out the program */
2161:
2162: x_base_uom := FND_PROFILE.Value('MSC_LIABILITY_BASE_UOM') ;
2163:
2164: x_category_set_id := fnd_profile.value('MSC_CATEGORY_SET_NAME') ;
2165:
2166: IF x_category_set_id is NULL THEN retcode := 1 ;

Line 2164: x_category_set_id := fnd_profile.value('MSC_CATEGORY_SET_NAME') ;

2160: /* Check if Base UOM Profile is set or not , If it is not set error out the program */
2161:
2162: x_base_uom := FND_PROFILE.Value('MSC_LIABILITY_BASE_UOM') ;
2163:
2164: x_category_set_id := fnd_profile.value('MSC_CATEGORY_SET_NAME') ;
2165:
2166: IF x_category_set_id is NULL THEN retcode := 1 ;
2167:
2168: display_message('Profile MSC: Category Set for Liability Analysis is not set all the items will roll to Others Category ',WARNING) ;