DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_USEC_SCHEDULE

Line 5620: IF NOT Igs_ps_usec_schedule.prgp_upd_usec_dtls(

5616:
5617: -- if the unit section status changed to CANCELLED then invoke the concurrent program to transfer the data to interface
5618: -- the flag is set in validate_uoo(IGSPS86B.pls)
5619: IF l_conc_flag THEN
5620: IF NOT Igs_ps_usec_schedule.prgp_upd_usec_dtls(
5621: p_uoo_id=>l_n_uoo_id,
5622: p_usec_status=>p_usec_tbl(I).unit_section_status,
5623: p_request_id=>l_request_id,
5624: p_message_name=>l_message_name) THEN

Line 8687: igs_ps_usec_schedule.update_occurrence_status(l_occurs_rec.unit_section_occurrence_id,'USER_UPDATE','N');

8683: --Update the schedule status of the occurrence to USER_UPDATE if inserting a record
8684: --Note this validation cannot be pushed in the post validation as that is also called from the instructor override
8685: IF NOT usoexists(l_n_uso_id) THEN
8686: FOR l_occurs_rec IN c_occurs(l_n_uso_id) LOOP
8687: igs_ps_usec_schedule.update_occurrence_status(l_occurs_rec.unit_section_occurrence_id,'USER_UPDATE','N');
8688: END LOOP;
8689: END IF;
8690: END IF;
8691: