[Home] [Help]
95: IF (((old_references.s_rule_call_cd = new_references.s_rule_call_cd)) OR
96: ((new_references.s_rule_call_cd IS NULL))) THEN
97: NULL;
98: ELSE
99: IF NOT IGS_RU_CALL_PKG.Get_PK_For_Validation (
100: new_references.s_rule_call_cd) THEN
101: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
102: IGS_GE_MSG_STACK.ADD;
103: App_Exception.Raise_Exception;