DBA Data[Home] [Help]

APPS.IGS_EN_SUA_LGCY_PUB dependencies on IGS_AS_SUAO_LGCY_PUB

Line 748: igs_as_suao_lgcy_pub.create_unit_outcome. Bug# 3149520.

744: kkillams 25-04-2003 Impacted object, due to change in the signature of the igs_en_gen_010.enrp_ins_suao_discon function
745: w.r.t. bug number 2829262
746: rvivekan 11-July -2003 Added INVALID and UNCONFIRM to scenarios for enrollment_actual increment Bug 3036949
747: ptandon 23-Sep-2003 Passed the value of fields LOCATION_CD and UNIT_CLASS in l_suao_rec parameter in call to procedure
748: igs_as_suao_lgcy_pub.create_unit_outcome. Bug# 3149520.
749: ptandon 24-Sep-2003 In call to igs_en_gen_legacy.get_course_att_status, the value of parameter p_discontinued_dt
750: was being incorrectly passed as p_sua_dtls_rec.discontinued_dt. Replaced it by value of
751: discontinued_dt fetched from get_spa cursor. Bug# 3152211.
752: ptandon 02-Dec-2003 Inserted call to the Term Records Legacy API as per Term Records Fee Calc build. Bug# 2829263.

Line 792: l_suao_rec igs_as_suao_lgcy_pub.lgcy_suo_rec_type;

788: spa.primary_program_type = 'SECONDARY' AND
789: spa.course_attempt_status NOT IN ('UNCONFIRM' , 'DISCONTIN' , 'COMPLETED')
790: FOR UPDATE NOWAIT ;
791:
792: l_suao_rec igs_as_suao_lgcy_pub.lgcy_suo_rec_type;
793: l_course_type igs_en_sca_v.course_type%TYPE DEFAULT NULL ;
794: l_spa_row get_spa%ROWTYPE;
795: l_spa_row_sec get_spa_sec_prgm %ROWTYPE;
796:

Line 917: igs_as_suao_lgcy_pub.create_unit_outcome

913: l_suao_rec.incomp_default_mark := p_sua_dtls_rec.incomp_default_mark ;
914: l_suao_rec.location_cd := p_sua_dtls_rec.location_cd ;
915: l_suao_rec.unit_class := p_sua_dtls_rec.unit_class ;
916:
917: igs_as_suao_lgcy_pub.create_unit_outcome
918: (
919: p_api_version => 1,
920: p_init_msg_list => FND_API.G_FALSE ,
921: p_commit => FND_API.G_FALSE ,