DBA Data[Home] [Help]

APPS.CSM_MAIL_MESSAGES_PKG dependencies on FND_USER

Line 40: from fnd_user fur

36: is
37: select fur.user_name
38: , fur.start_date
39: , fur.end_date
40: from fnd_user fur
41: where fur.user_name = b_user_name;
42:
43: r_user_name c_user_name%rowtype;
44:

Line 97: -- correspond to user_name in fnd_user. The case in fnd_user is upper.

93:
94: -- This API has no support for failing.
95: -- Therefore it is imperative to check if the receiver is correct.
96: -- The only information available for this receiver is that it must
97: -- correspond to user_name in fnd_user. The case in fnd_user is upper.
98: -- The mobile application ensures that the receiver (either chosen or
99: -- typed in manually) is always in uppercase. Thus, for comparision no
100: -- case changes is necessary.
101: