DBA Data[Home] [Help]

APPS.MSD_BOM_COLLECTIONS dependencies on FND_PROFILE

Line 186: if (fnd_profile.value('MSD_PLANNING_PERCENTAGE') <> 3) then

182: if (C_DEBUG) then
183: debug_line('Checking Profile Option.');
184: end if;
185:
186: if (fnd_profile.value('MSD_PLANNING_PERCENTAGE') <> 3) then
187: if (C_DEBUG) then
188: debug_line('This program only runs for Planning Percentage option 3.');
189: end if;
190: return;