DBA Data[Home] [Help]

APPS.UMX_PUB dependencies on FND_USER

Line 162: x_suggested_username out nocopy FND_USER.USER_NAME%TYPE);

158: * @rep:lifecycle active
159: */
160: --
161: procedure get_suggested_username (p_person_party_id in HZ_PARTIES.PARTY_ID%TYPE default null,
162: x_suggested_username out nocopy FND_USER.USER_NAME%TYPE);
163:
164: --
165: -- Procedure : get_username_policy_desc
166: -- Type : Public

Line 200: -- is copied into the fnd_user.email_address field

196: -- Meaning: User name should be defined as Email Address.
197: -- Product teams may choose to hide the email
198: -- field in any account creation / registration
199: -- UI's as long as the entered username (email)
200: -- is copied into the fnd_user.email_address field
201: -- as well.
202: --
203: -- Code: UMX_USERNAME_POLICY:NONE
204: -- Meaning: No username policy / format defined, freetext

Line 252: * is copied into the fnd_user.email_address field

248: * Meaning: User name should be defined as Email Address.
249: * Product teams may choose to hide the email
250: * field in any account creation / registration
251: * UI's as long as the entered username (email)
252: * is copied into the fnd_user.email_address field
253: * as well.
254: *
255: * Code: UMX_USERNAME_POLICY:NONE
256: * Meaning: No username policy / format defined, freetext