DBA Data[Home] [Help]

APPS.IGS_EN_GEN_018 dependencies on IGS_SS_EN_WRAPPERS

Line 50: --If any call to igs_ss_en_wrappers results in a exception

46: l_msg_len:= LENGTH(p_messages);
47: FOR i IN 1 .. l_msg_len
48: LOOP
49: IF SUBSTR(p_messages,i,1) = cst_delimiter THEN
50: --If any call to igs_ss_en_wrappers results in a exception
51: --Then l_mesg_name contains the exception text and should not be translated
52: --Message texts are generally more than 30 chars and even if they are less
53: --than 30 chars, fnd_message returns the same text if it cant find a match.
54: --If messages larger than 30 chars (max size if msg_name field) are passed to

Line 953: IF FALSE=igs_ss_en_wrappers.enr_val_grad_usec(p_uoo_ids => l_uoo_id,

949: p_message_name =>l_error_message) THEN
950: enrpl_unit_msg ('E',l_bulk_suas.upload_id,'IGS_EN_FAIL_SUA_VARGRD_NOT_AWD');
951: l_abort_loop:=TRUE;
952: ELSE
953: IF FALSE=igs_ss_en_wrappers.enr_val_grad_usec(p_uoo_ids => l_uoo_id,
954: p_grading_schema_code => l_bulk_suas.grading_sch_cd,
955: p_gs_version_number => l_bulk_suas.grading_sch_ver_num) THEN
956: enrpl_unit_msg ('E',l_bulk_suas.upload_id,'IGS_EN_FAIL_SUA_VARGRD_NOT_VLD');
957: l_abort_loop:=TRUE;

Line 991: igs_ss_en_wrappers.insert_into_enr_worksheet(p_person_number =>l_bulk_persons.person_number,

987:
988: IF l_abort_loop=FALSE THEN --Core indicator populated appropriately, proceed to insert sua
989: SAVEPOINT bulk_sua_upload;
990: BEGIN
991: igs_ss_en_wrappers.insert_into_enr_worksheet(p_person_number =>l_bulk_persons.person_number,
992: p_course_cd =>l_bulk_programs.program_cd,
993: p_uoo_id =>l_uoo_id,
994: p_waitlist_ind =>l_waitlist_ind,
995: p_session_id =>NULL,

Line 1130: igs_ss_en_wrappers.validate_enroll_validate ( p_person_id => l_person_id,

1126: --Program Level Validations
1127: IF p_dflt_unit_confirmed='Y' AND l_abort_loop=FALSE THEN
1128: --Confirm the sua if so specified
1129: BEGIN
1130: igs_ss_en_wrappers.validate_enroll_validate ( p_person_id => l_person_id,
1131: p_load_cal_type =>l_bulk_load.cal_type,
1132: p_load_ci_sequence_number =>l_bulk_load.seq_num,
1133: p_uoo_ids =>l_uoo_ids_list,
1134: p_program_cd =>l_bulk_programs.program_cd,