DBA Data[Home] [Help]

APPS.IGS_RE_WORKFLOW dependencies on FND_PROFILE

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

169:
170: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
171:
172: CURSOR cur_prof_value IS
173: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
174: FROM dual;
175:
176: -- Getting the logged in User
177:

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

276:
277: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
278:
279: CURSOR cur_prof_value IS
280: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
281: FROM dual;
282:
283: -- Getting the logged in User
284:

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

405:
406: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
407:
408: CURSOR cur_prof_value IS
409: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
410: FROM dual;
411:
412: -- Getting the logged in User
413:

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

555:
556: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
557:
558: CURSOR cur_prof_value IS
559: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
560: FROM dual;
561:
562: -- Getting the logged in User
563:

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

1671:
1672: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
1673:
1674: CURSOR cur_prof_value IS
1675: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
1676: FROM dual;
1677:
1678: -- Getting the logged in User
1679:

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

1848:
1849: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
1850:
1851: CURSOR cur_prof_value IS
1852: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
1853: FROM dual;
1854:
1855: -- Getting the logged in User
1856:

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

2007:
2008: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
2009:
2010: CURSOR cur_prof_value IS
2011: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
2012: FROM dual;
2013:
2014: -- Getting the logged in User
2015:

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

2153:
2154: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
2155:
2156: CURSOR cur_prof_value IS
2157: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
2158: FROM dual;
2159:
2160: -- Getting the logged in User
2161:

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

2282:
2283: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment
2284:
2285: CURSOR cur_prof_value IS
2286: SELECT FND_PROFILE.VALUE('IGS_WF_ENABLE') value
2287: FROM dual;
2288:
2289: -- Getting the logged in User
2290: