DBA Data[Home] [Help]

APPS.BOMCUMYD dependencies on FND_PROFILE

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

234: -- Bug 4632067. Lead time should be in days, hence dividing by 24
235: -- Bug 5869157 The profile option "BOM:LEAD TIME CALCULATION BASIS" will control whether the lead time is calculated
236: -- by dividing by 24 or by line hours
237: /** Get the value of profile option BOM:LEAD TIME CALCULATION BASIS **/
238: fnd_profile.get('BOM:LEAD_TIME_CALCULATION_BASIS', v_Lead_Time_Profile_Val);
239: IF Flow_Line_Id is NULL THEN /*** Line is not specified ***/
240: UPDATE MTL_SYSTEM_ITEMS
241: SET FULL_LEAD_TIME = l_tpct/24,
242: FIXED_LEAD_TIME = l_tpct/24,