DBA Data[Home] [Help]

APPS.CSM_MAIL_MESSAGES_PKG dependencies on FND_USER

Line 47: from fnd_user fur

43: is
44: select fur.user_name
45: , fur.start_date
46: , fur.end_date
47: from fnd_user fur
48: where fur.user_name = b_user_name;
49:
50: r_user_name c_user_name%rowtype;
51:

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

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