DBA Data[Home] [Help]

APPS.UMX_USERNAME_POLICY_PVT dependencies on FND_PROFILE

Line 159: fnd_profile.get (name => 'UMX_USERNAME_POLICY',

155: 'fnd.plsql.UMXVUNPB.get_username_policy_desc.begin', null);
156: end if;
157:
158: -- First, get the Policy Code
159: fnd_profile.get (name => 'UMX_USERNAME_POLICY',
160: val => x_policy_code);
161:
162: -- Now, get the of the Policy
163: if (x_policy_code is null) then