DBA Data[Home] [Help]

APPS.FND_OID_USERS dependencies on FND_PROFILE

Line 1115: fnd_profile.get_specific(name_z => G_HZ_GENERATE_PARTY_NUMBER,

1111:
1112: if (p_action_type = G_CREATE)
1113: then
1114:
1115: fnd_profile.get_specific(name_z => G_HZ_GENERATE_PARTY_NUMBER,
1116: val_z => l_generate_party_number,
1117: defined_z => l_profile_defined);
1118:
1119: if (l_generate_party_number = G_NO)

Line 1406: fnd_profile.get_specific(name_z => G_HZ_GENERATE_PS_NUMBER,

1402: end if;
1403:
1404: if (p_action_type = G_CREATE)
1405: then
1406: fnd_profile.get_specific(name_z => G_HZ_GENERATE_PS_NUMBER,
1407: val_z => l_generate_ps_number,
1408: defined_z => l_profile_defined);
1409:
1410: if (l_generate_ps_number = G_NO)