DBA Data[Home] [Help]

APPS.PER_ADDRESSES_PKG dependencies on FND_MESSAGE

Line 866: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

862: and (p_add_information20 is null)))
863: ) then
864: return;
865: end if;
866: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
867: app_exception.raise_exception;
868: exception when no_data_found then
869: raise;
870: when others then raise;