DBA Data[Home] [Help]

APPS.BOMCUMYD dependencies on FND_PROFILE

Line 196: fnd_profile.get('BOM:LEAD_TIME_CALCULATION_BASIS', v_Lead_Time_Profile_Val);

192: -- Bug 4632067. Lead time should be in days, hence dividing by 24
193: -- Bug 5869157 The profile option "BOM:LEAD TIME CALCULATION BASIS" will control whether the lead time is calculated
194: -- by dividing by 24 or by line hours
195: /** Get the value of profile option BOM:LEAD TIME CALCULATION BASIS **/
196: fnd_profile.get('BOM:LEAD_TIME_CALCULATION_BASIS', v_Lead_Time_Profile_Val);
197: IF Flow_Line_Id is NULL THEN /*** Line is not specified ***/
198: UPDATE MTL_SYSTEM_ITEMS
199: SET FULL_LEAD_TIME = l_tpct/24,
200: FIXED_LEAD_TIME = l_tpct/24,