DBA Data[Home] [Help]

APPS.UMX_PUB dependencies on UMX_USERNAME_POLICY_PVT

Line 185: UMX_USERNAME_POLICY_PVT.get_suggested_username (p_person_party_id => p_person_party_id,

181: 'fnd.plsql.UMXPRRSB.get_suggested_username.begin',
182: 'p_person_party_id: ' || p_person_party_id);
183: end if;
184:
185: UMX_USERNAME_POLICY_PVT.get_suggested_username (p_person_party_id => p_person_party_id,
186: x_suggested_username => x_suggested_username);
187:
188: if (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) then
189: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

Line 273: UMX_USERNAME_POLICY_PVT.get_username_policy_desc (x_policy_code => x_policy_code,

269: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
270: 'fnd.plsql.UMXPRRSB.get_username_policy_desc.begin', '');
271: end if;
272:
273: UMX_USERNAME_POLICY_PVT.get_username_policy_desc (x_policy_code => x_policy_code,
274: x_description => x_description,
275: x_prompt => x_prompt,
276: x_hint => x_hint);
277: