DBA Data[Home] [Help]

APPS.IGF_SE_GEN_001 dependencies on FND_PROFILE

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

1595:
1596: BEGIN
1597:
1598: -- get the profile value that is set for checking if workflow is installed
1599: fnd_profile.get('IGS_WF_ENABLE',l_wf_installed);
1600:
1601: -- if workflow is installed then carry on with the sending notification
1602: IF NVL(RTRIM(l_wf_installed),'Y') ='Y' THEN
1603: