DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_RU_PKG dependencies on IGS_RU_CALL_PKG

Line 99: IF NOT IGS_RU_CALL_PKG.Get_PK_For_Validation (

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;