DBA Data[Home] [Help]

APPS.WIP_COMMON_WF_PKG dependencies on FND_PROFILE

Line 10: if(fnd_profile.value('WIP_OSP_WF') = WIP_CONSTANTS.NO) then

6:
7: -- if the 'WIP: Enable Outside Processing Workflows' is set to 'N'
8: -- do not start the workflow
9:
10: if(fnd_profile.value('WIP_OSP_WF') = WIP_CONSTANTS.NO) then
11: return FALSE;
12: else
13: return TRUE;
14: end if;