DBA Data[Home] [Help]

APPS.IGS_PS_DSCP_PKG dependencies on IGS_PS_GOVT_DSCP_PKG

Line 253: IF NOT IGS_PS_GOVT_DSCP_PKG.Get_PK_For_Validation (

249: IF (((old_references.govt_discipline_group_cd = new_references.govt_discipline_group_cd)) OR
250: ((new_references.govt_discipline_group_cd IS NULL))) THEN
251: NULL;
252: ELSE
253: IF NOT IGS_PS_GOVT_DSCP_PKG.Get_PK_For_Validation (
254: new_references.govt_discipline_group_cd
255: ) THEN
256: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
257: IGS_GE_MSG_STACK.ADD;