DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_VER_RU_PKG dependencies on IGS_RU_CALL_PKG

Line 160: IF NOT IGS_RU_CALL_PKG.Get_PK_For_Validation (

156: IF (((old_references.s_rule_call_cd = new_references.s_rule_call_cd)) OR
157: ((new_references.s_rule_call_cd IS NULL))) THEN
158: NULL;
159: ELSE
160: IF NOT IGS_RU_CALL_PKG.Get_PK_For_Validation (
161: new_references.s_rule_call_cd) THEN
162: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
163: IGS_GE_MSG_STACK.ADD;
164: App_Exception.Raise_Exception;