DBA Data[Home] [Help]

APPS.IGS_EN_SPA_LGCY_PUB dependencies on IGS_GE_GEN_003

Line 869: || before calling the igs_ge_gen_003.get_calendar_instance procedure

865: || Known limitations, enhancements or remarks :
866: || Change History :
867: || Who When What
868: || kkillams 13-12-2002 Added if clause to check catalog_cal_alternate_code value
869: || before calling the igs_ge_gen_003.get_calendar_instance procedure
870: || w.r.t. bug 2708628.
871: || kkillams 19-12-2002 Added new validation before processing the candidature record,
872: || which checks the context program is a research program or not and
873: || any research interface columns having values or not w.r.t. bug 2715207.

Line 1003: l_person_id :=igs_ge_gen_003.get_person_id(l_sca_re_rec.person_number);

999:
1000: IF l_err_flag <> 'Y' THEN
1001: ---Derive the required values, to do futher validations.
1002: --deriving the person identifier value.
1003: l_person_id :=igs_ge_gen_003.get_person_id(l_sca_re_rec.person_number);
1004: IF l_person_id IS NULL THEN
1005: FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_PERSON_NUMBER');
1006: FND_MSG_PUB.ADD;
1007: l_err_flag := 'Y';

Line 1065: igs_ge_gen_003.get_calendar_instance(p_alternate_cd =>l_sca_re_rec.catalog_cal_alternate_code,

1061: FND_MSG_PUB.ADD;
1062: END IF;
1063: IF l_sca_re_rec.catalog_cal_alternate_code IS NOT NULL THEN
1064: --deriving the catalog calendar details for a given catalog alternate code.
1065: igs_ge_gen_003.get_calendar_instance(p_alternate_cd =>l_sca_re_rec.catalog_cal_alternate_code,
1066: p_s_cal_category =>'''LOAD'',''ACADEMIC''',
1067: p_cal_type =>l_catalog_cal_type,
1068: p_ci_sequence_number =>l_catalog_seq_num,
1069: p_start_dt =>l_catalog_start_dt,

Line 1272: igs_ge_gen_003.get_org_id,

1268: l_request_id,
1269: l_program_application_id,
1270: l_program_id,
1271: l_program_update_date,
1272: igs_ge_gen_003.get_org_id,
1273: 'N');
1274: END IF; ---l_execution_flag1 ='S'
1275: --Check the context program is type research candidature.
1276: l_research_type_ind := 'N';

Line 1345: igs_ge_gen_003.get_org_id);

1341: l_request_id,
1342: l_program_application_id,
1343: l_program_id,
1344: l_program_update_date,
1345: igs_ge_gen_003.get_org_id);
1346: END IF; --l_execution_flag2 ='S'
1347: END IF; --l_execution_flag1 IN ('S','P')
1348: END IF; ---l_err_flag <> 'Y'
1349: IF ((l_err_flag ='Y') OR