Skip to content

Make_Dirty

Changes the record attribute status to dirty (Modified).

PROCEDURE Make_Dirty (  
   record_  IN OUT type_record_,  
   name_    IN     type_name_ )

Parameters

record_
Foundation1 record.

name_
    Record attribute name.

Example

BEGIN  
   Plsqlap_Record_API.Make_Dirty(AM, 'APPLICATION_MESSAGE_ID');  
END;