DBA Data[Home] [Help]

APPS.IGS_AS_UNIT_CLASS_PKG dependencies on IGS_PS_VAL_UCL

Line 82: IF IGS_PS_VAL_UCl.crsp_val_ucl_um (

78: IF p_inserting OR
79: (old_references.unit_mode<> new_references.unit_mode) OR
80: ((old_references.closed_ind = 'N') AND
81: ( new_references.closed_ind = 'Y')) THEN
82: IF IGS_PS_VAL_UCl.crsp_val_ucl_um (
83: new_references.unit_mode,
84: v_message_name) = FALSE THEN
85: Fnd_Message.Set_Name('IGS', v_message_name);
86: IGS_GE_MSG_STACK.ADD;

Line 96: IF IGS_PS_VAL_UCl.crsp_val_ucl_st_end (

92: (NVL(old_references.start_time,cst_null_datetime) <>
93: NVL(new_references.start_time,cst_null_datetime) OR
94: NVL(old_references.end_time,cst_null_datetime) <>
95: NVL(new_references.end_time,cst_null_datetime)) THEN
96: IF IGS_PS_VAL_UCl.crsp_val_ucl_st_end (
97: new_references.start_time,
98: new_references.end_time,
99: v_message_name) = FALSE THEN
100: Fnd_Message.Set_Name('IGS', v_message_name);