DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_PROGRAM dependencies on FND_PROFILE

Line 1742: fnd_profile.get('IGS_WF_ENABLE',l_wf_installed);

1738:
1739: BEGIN
1740:
1741: -- get the profile value that is set for checking if workflow is installed
1742: fnd_profile.get('IGS_WF_ENABLE',l_wf_installed);
1743:
1744: -- if workflow is installed then carry on with the raising an event
1745: IF (RTRIM(l_wf_installed) = 'Y' ) THEN
1746: