DBA Data[Home] [Help]

APPS.BOM_VALIDATE_SUB_COMPONENT dependencies on FND_PROFILE

Line 183: nvl(fnd_profile.value('BOM:MANDATORY_ATO_IN_PTO'), 2) <> 1 AND

179: --a substitute component on it )
180: --BOM ER #9946990 changes (begin)
181:
182: IF
183: nvl(fnd_profile.value('BOM:MANDATORY_ATO_IN_PTO'), 2) <> 1 AND
184: l_parent_BIT = Bom_Globals.G_STANDARD AND
185: l_parent_PTO_Flag = 'Y' AND
186: l_rec_ATO_Flag = 'Y' AND
187: l_rec_BIT = Bom_Globals.G_STANDARD

Line 204: nvl(fnd_profile.value('BOM:MANDATORY_ATO_IN_PTO'), 2) <> 1 AND

200: --update or delete the component once the profile is unset (meaning you cannot insert, update
201: --or delete a substitute component on it
202:
203: IF
204: nvl(fnd_profile.value('BOM:MANDATORY_ATO_IN_PTO'), 2) <> 1 AND
205: l_parent_BIT = Bom_Globals.G_MODEL AND
206: l_parent_PTO_Flag = 'Y' AND
207: l_rec_ATO_Flag = 'Y' AND
208: l_rec_BIT = Bom_Globals.G_STANDARD AND