DBA Data[Home] [Help]

APPS.IGS_AD_SS_APPL_UPD_PAGE dependencies on FND_PROFILE

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

827: l_itemKey varchar2(100);
828:
829: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
830: CURSOR cur_prof_value IS
831: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
832: FROM dual;
833:
834: l_cur_prof_value cur_prof_value%ROWTYPE;
835: