DBA Data[Home] [Help]

APPS.IGS_AS_NOTIFY_STUDENT dependencies on FND_PROFILE

Line 319: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value

315:
316: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
317:
318: CURSOR cur_prof_value IS
319: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
320: FROM dual;
321:
322: -- Getting the user name to whom the notification to be send
323: