DBA Data[Home] [Help]

APPS.AMS_CTD_UTIL_PKG dependencies on FND_PROFILE

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

328: IF (p_value is not null) THEN
329:
330: -- Check the Fulfillment security profile
331: -- Get the Encryption Key
332: l_encryption_key := FND_PROFILE.Value('JTF_FM_SECURITY_KEY');
333:
334: l_left_enc_delim := FND_PROFILE.Value('JTF_FM_LENCRYPT_DELIM');
335: l_right_enc_delim := FND_PROFILE.VALUE('JTF_FM_RENCRYPT_DELIM');
336:

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

330: -- Check the Fulfillment security profile
331: -- Get the Encryption Key
332: l_encryption_key := FND_PROFILE.Value('JTF_FM_SECURITY_KEY');
333:
334: l_left_enc_delim := FND_PROFILE.Value('JTF_FM_LENCRYPT_DELIM');
335: l_right_enc_delim := FND_PROFILE.VALUE('JTF_FM_RENCRYPT_DELIM');
336:
337: IF ((l_encryption_key is not null) AND (l_left_enc_delim is not null)
338: AND (l_right_enc_delim is not null))

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

331: -- Get the Encryption Key
332: l_encryption_key := FND_PROFILE.Value('JTF_FM_SECURITY_KEY');
333:
334: l_left_enc_delim := FND_PROFILE.Value('JTF_FM_LENCRYPT_DELIM');
335: l_right_enc_delim := FND_PROFILE.VALUE('JTF_FM_RENCRYPT_DELIM');
336:
337: IF ((l_encryption_key is not null) AND (l_left_enc_delim is not null)
338: AND (l_right_enc_delim is not null))
339: THEN