DBA Data[Home] [Help]

APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on STANDARD

Line 1002: --Non standard unit section must have unit section start date

998: END IF;
999: END IF;
1000:
1001: --The validation related to the unit section start and end date is added for the bug#4210597
1002: --Non standard unit section must have unit section start date
1003: IF p_usec_rec.non_std_usec_ind = 'Y' AND p_usec_rec.unit_section_start_date IS NULL THEN
1004: fnd_message.set_name ( 'IGS', 'IGS_EN_OFFSET_DT_NULL' );
1005: fnd_msg_pub.add;
1006: p_usec_rec.status := 'E';