DBA Data[Home] [Help]

APPS.UMX_PUB dependencies on UMX_USERNAME_POLICY_PVT

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

160: 'fnd.plsql.UMXPRRSB.get_suggested_username.begin',
161: 'p_person_party_id: ' || p_person_party_id);
162: end if;
163:
164: UMX_USERNAME_POLICY_PVT.get_suggested_username (p_person_party_id => p_person_party_id,
165: x_suggested_username => x_suggested_username);
166:
167: if (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) then
168: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

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

248: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
249: 'fnd.plsql.UMXPRRSB.get_username_policy_desc.begin', '');
250: end if;
251:
252: UMX_USERNAME_POLICY_PVT.get_username_policy_desc (x_policy_code => x_policy_code,
253: x_description => x_description,
254: x_prompt => x_prompt,
255: x_hint => x_hint);
256: