[Home] [Help]
343: ((new_references.progression_rule_cat IS NULL) OR
344: (new_references.progression_rule_cd IS NULL))) THEN
345: NULL;
346: ELSE
347: IF NOT IGS_PR_RULE_PKG.Get_PK_For_Validation (
348: new_references.progression_rule_cat,
349: new_references.progression_rule_cd
350: ) THEN
351: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');