DBA Data[Home] [Help]

APPS.MWA_NOTIFICATION_API dependencies on FND_PROFILE

Line 87: fnd_profile.get('MWA_NOTIFICATION_SERVER', servername);

83: replaceChars (encodedcontent);
84: encodedsubject := subject;
85: replaceChars (encodedsubject);
86:
87: fnd_profile.get('MWA_NOTIFICATION_SERVER', servername);
88: url := 'http://' || servername || ':9040/ptg/not?req=notification' || fnd_global.local_chr(38)
89: || 'subject=' || encodedsubject || fnd_global.local_chr(38) || 'content=' || encodedcontent
90: || fnd_global.local_chr(38) || 'username=' || username || fnd_global.local_chr(38) || 'type=' || type;
91: