DBA Data[Home] [Help]

APPS.IGS_CA_DA_INST_PAIR_PKG dependencies on IGS_CA_VAL_DAIP

Line 85: IF IGS_CA_VAL_DAIP.calp_val_daip_dai (new_references.dt_alias,

81: BEGIN
82: IF p_inserting OR p_updating
83: THEN
84: -- Validate related date alias instance is different to parent.
85: IF IGS_CA_VAL_DAIP.calp_val_daip_dai (new_references.dt_alias,
86: new_references.dai_sequence_number,
87: new_references.cal_type,
88: new_references.ci_sequence_number,
89: new_references.related_dt_alias,

Line 100: IF IGS_CA_VAL_DAIP.calp_val_daip_value (new_references.dt_alias,

96: IGS_GE_MSG_STACK.ADD;
97: APP_EXCEPTION.RAISE_EXCEPTION;
98: END IF;
99: -- Validate related date alias instance value is different to parent.
100: IF IGS_CA_VAL_DAIP.calp_val_daip_value (new_references.dt_alias,
101: new_references.dai_sequence_number,
102: new_references.cal_type,
103: new_references.ci_sequence_number,
104: new_references.related_dt_alias,

Line 115: IF IGS_CA_VAL_DAIP.calp_val_daip_ct (new_references.cal_type,

111: IGS_GE_MSG_STACK.ADD;
112: APP_EXCEPTION.RAISE_EXCEPTION;
113: END IF;
114: -- Validate related date alias instance calendar type.
115: IF IGS_CA_VAL_DAIP.calp_val_daip_ct (new_references.cal_type,
116: new_references.related_cal_type,
117: v_message_name) = FALSE
118: THEN
119: Fnd_Message.Set_Name('IGS',v_message_name);

Line 140: IF IGS_CA_VAL_DAIP.calp_val_daip_unique (new_references.dt_alias,

136: v_message_name varchar2(30);
137: BEGIN
138: -- Validate the dt alias instance pair.
139: IF p_inserting THEN
140: IF IGS_CA_VAL_DAIP.calp_val_daip_unique (new_references.dt_alias,
141: new_references.dai_sequence_number,
142: new_references.cal_type,
143: new_references.ci_sequence_number,
144: new_references.related_dt_alias,