DBA Data[Home] [Help]

APPS.IGS_SS_EN_WRAPPERS dependencies on FND_PROFILE

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

1807: l_cal_desc IGS_CA_INST.DESCRIPTION%TYPE;
1808:
1809: BEGIN
1810: -- get the profile value that is set for checking if workflow is installed
1811: fnd_profile.get('IGS_WF_ENABLE',l_wf_installed);
1812:
1813: -- if workflow is installed then carry on with the raising an event
1814: IF (RTRIM(l_wf_installed) ='Y') THEN
1815: -- get the next value of the sequence

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

1886: l_wf_parameter_list_t WF_PARAMETER_LIST_T:=wf_parameter_list_t();
1887: l_wf_installed fnd_lookups.lookup_code%TYPE;
1888: BEGIN
1889: -- get the profile value that is set for checking if workflow is installed
1890: fnd_profile.get('IGS_WF_ENABLE',l_wf_installed);
1891:
1892: -- if workflow is installed then carry on with the raising an event
1893: IF (RTRIM(l_wf_installed) = 'Y' ) THEN
1894: