[Home] [Help]
116: new_references.transaction_type)) OR
117: ((new_references.transaction_type IS NULL))) THEN
118: NULL;
119: ELSE
120: IF NOT IGS_LOOKUPS_VIEW_Pkg.Get_PK_For_Validation ('SPL_PERM_TRANSCTION_TYPE',
121: new_references.transaction_type) THEN
122: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
123: Igs_Ge_Msg_Stack.Add;
124: App_Exception.Raise_Exception;