DBA Data[Home] [Help]

APPS.IGS_PS_DSCP_PKG dependencies on IGS_PS_VAL_DI

Line 99: IF IGS_PS_VAL_DI.crsp_val_di_govt_dg (

95: IF p_inserting OR
96: (old_references.govt_discipline_group_cd <> new_references.govt_discipline_group_cd) OR
97: ((old_references.closed_ind = 'N') AND
98: ( new_references.closed_ind = 'Y')) THEN
99: IF IGS_PS_VAL_DI.crsp_val_di_govt_dg (
100: new_references.govt_discipline_group_cd,
101: v_message_name) = FALSE THEN
102: FND_MESSAGE.SET_NAME('IGS',v_message_name);
103: IGS_GE_MSG_STACK.ADD;