DBA Data[Home] [Help]

APPS.IEM_TAGPROCESS_PUB dependencies on FND_PROFILE

Line 635: l_reuse_tag := FND_PROFILE.VALUE_SPECIFIC('IEM_REPROCESS_ALL_TAGS');

631:
632: -- Check whether this encrypted_id already been used by other message or not
633: select message_id into l_mess_id from iem_encrypted_tags where encrypted_id = l_encrypt_num;
634:
635: l_reuse_tag := FND_PROFILE.VALUE_SPECIFIC('IEM_REPROCESS_ALL_TAGS');
636:
637: -- If reuse tag is not set and tag has been used
638: if ( l_reuse_tag is null or l_reuse_tag <> 'Y' ) and ( l_mess_id is not null ) then
639: raise IEM_ENCRYPTED_ID_ALREADY_USED;