DBA Data[Home] [Help]

APPS.IGS_PR_RULE_PKG dependencies on IGS_PR_RU_CAT_PKG

Line 104: IF NOT IGS_PR_RU_CAT_PKG.Get_PK_For_Validation (

100: IF (((old_references.progression_rule_cat = new_references.progression_rule_cat)) OR
101: ((new_references.progression_rule_cat IS NULL))) THEN
102: NULL;
103: ELSE
104: IF NOT IGS_PR_RU_CAT_PKG.Get_PK_For_Validation (
105: new_references.progression_rule_cat
106: ) THEN
107:
108: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');