DBA Data[Home] [Help]

APPS.AMS_CTD_UTIL_PKG dependencies on FND_PROFILE

Line 322: l_encryption_key := FND_PROFILE.Value('JTF_FM_SECURITY_KEY');

318: IF (p_value is not null) THEN
319:
320: -- Check the Fulfillment security profile
321: -- Get the Encryption Key
322: l_encryption_key := FND_PROFILE.Value('JTF_FM_SECURITY_KEY');
323:
324: l_left_enc_delim := FND_PROFILE.Value('JTF_FM_LENCRYPT_DELIM');
325: l_right_enc_delim := FND_PROFILE.VALUE('JTF_FM_RENCRYPT_DELIM');
326:

Line 324: l_left_enc_delim := FND_PROFILE.Value('JTF_FM_LENCRYPT_DELIM');

320: -- Check the Fulfillment security profile
321: -- Get the Encryption Key
322: l_encryption_key := FND_PROFILE.Value('JTF_FM_SECURITY_KEY');
323:
324: l_left_enc_delim := FND_PROFILE.Value('JTF_FM_LENCRYPT_DELIM');
325: l_right_enc_delim := FND_PROFILE.VALUE('JTF_FM_RENCRYPT_DELIM');
326:
327: IF ((l_encryption_key is not null) AND (l_left_enc_delim is not null)
328: AND (l_right_enc_delim is not null))

Line 325: l_right_enc_delim := FND_PROFILE.VALUE('JTF_FM_RENCRYPT_DELIM');

321: -- Get the Encryption Key
322: l_encryption_key := FND_PROFILE.Value('JTF_FM_SECURITY_KEY');
323:
324: l_left_enc_delim := FND_PROFILE.Value('JTF_FM_LENCRYPT_DELIM');
325: l_right_enc_delim := FND_PROFILE.VALUE('JTF_FM_RENCRYPT_DELIM');
326:
327: IF ((l_encryption_key is not null) AND (l_left_enc_delim is not null)
328: AND (l_right_enc_delim is not null))
329: THEN