DBA Data[Home] [Help]

APPS.IGS_AS_SUAO_LGCY_PUB dependencies on IGS_GE_GEN_003

Line 505: igs_ge_gen_003.get_org_id ,

501: DECODE(fnd_global.conc_request_id,-1,null,fnd_global.conc_request_id) ,
502: DECODE(fnd_global.conc_request_id,-1,null,fnd_global.prog_appl_id) ,
503: DECODE(fnd_global.conc_request_id,-1,null,fnd_global.conc_program_id) ,
504: DECODE(fnd_global.conc_request_id,-1,null,sysdate) ,
505: igs_ge_gen_003.get_org_id ,
506: l_lgcy_suo_rec.grading_period_cd ,
507: l_lgcy_suo_rec.attribute_category ,
508: l_lgcy_suo_rec.attribute1 ,
509: l_lgcy_suo_rec.attribute2 ,

Line 1006: p_person_id := IGS_GE_GEN_003.GET_PERSON_ID(p_lgcy_suo_rec.person_number);

1002: /*
1003: Derive the person_id out the person_number
1004: */
1005:
1006: p_person_id := IGS_GE_GEN_003.GET_PERSON_ID(p_lgcy_suo_rec.person_number);
1007: gen_log_info ('person_id : '||p_person_id);
1008: IF p_person_id IS NULL THEN
1009: FND_MESSAGE.SET_NAME('IGS', 'IGS_GE_INVALID_PERSON_NUMBER');
1010: FND_MSG_PUB.ADD;

Line 1023: IGS_GE_GEN_003.GET_CALENDAR_INSTANCE

1019: /*
1020: Derive the cal_type and sequence_number, start_dt and end_dt from the alternate code
1021: */
1022:
1023: IGS_GE_GEN_003.GET_CALENDAR_INSTANCE
1024: (
1025: p_alternate_cd => p_lgcy_suo_rec.teach_cal_alt_code,
1026: p_s_cal_category => '''TEACHING''',
1027: p_cal_type => p_cal_type,