DBA Data[Home] [Help]

APPS.IGS_PS_UNT_DSCP_HIST_PKG dependencies on IGS_PS_DSCP_PKG

Line 109: IF NOT IGS_PS_DSCP_PKG.Get_PK_For_Validation (

105: IF (((old_references.discipline_group_cd = new_references.discipline_group_cd)) OR
106: ((new_references.discipline_group_cd IS NULL))) THEN
107: NULL;
108: ELSE
109: IF NOT IGS_PS_DSCP_PKG.Get_PK_For_Validation (
110: new_references.discipline_group_cd) THEN
111: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
112: IGS_GE_MSG_STACK.ADD;
113: App_Exception.Raise_Exception;