DBA Data[Home] [Help]

APPS.EDR_STANDARD dependencies on FND_PROFILE

Line 104: if (fnd_profile.value('EDR_ERES_ENABLED') = 'Y') then

100: /* End of Fix Bug Fix 3208296 */
101: /* We will code this once AMe API's are in place */
102: p_status:=false;
103: /*check if Profile value is enabled */
104: if (fnd_profile.value('EDR_ERES_ENABLED') = 'Y') then
105: /*check if event and subscritptions are Enabled */
106: --
107: -- Start Bug Fix 3078516
108: -- Verify is more than one active ERES subscriptions are present

Line 346: if (fnd_profile.value('EDR_ERES_ENABLED') = 'Y') then

342: /* End of Fix Bug Fix 3208296 */
343: /* We will code this once AMe API's are in place */
344: p_status:=false;
345: /*check if Profile value is enabled */
346: if (fnd_profile.value('EDR_ERES_ENABLED') = 'Y') then
347: /*check if event and subscritptions are Enabled */
348: --
349: -- Start Bug Fix 3078516
350: -- Verify is more than one active ERES subscriptions are present