[Home] [Help]
376: new_references.transaction_type)) OR
377: ((new_references.transaction_type IS NULL))) THEN
378: NULL;
379: ELSE
380: IF NOT IGS_LOOKUPS_VIEW_Pkg.Get_PK_For_Validation ('SPL_PERM_TRANSCTION_TYPE',
381: new_references.transaction_type) THEN
382: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
383: Igs_Ge_Msg_Stack.Add;
384: App_Exception.Raise_Exception;