DBA Data[Home] [Help]

APPS.IGS_EN_UNIT_SET_RULE_PKG dependencies on IGS_RU_CALL_PKG

Line 183: IF NOT IGS_RU_CALL_PKG.Get_PK_For_Validation (

179: IF (((old_references.s_rule_call_cd = new_references.s_rule_call_cd)) OR
180: ((new_references.s_rule_call_cd IS NULL))) THEN
181: NULL;
182: ELSE
183: IF NOT IGS_RU_CALL_PKG.Get_PK_For_Validation (
184: new_references.s_rule_call_cd
185: )Then
186: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
187: IGS_GE_MSG_STACK.ADD;