DBA Data[Home] [Help]

APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_AW_GEN

Line 5059: -- tsailaja 15/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);

5055: -- Purpose : This procedure is the main procedure invoked via concurrent program to import legacy data.
5056: -- Known limitations, enhancements or remarks :
5057: -- Change History :
5058: -- Who When What
5059: -- tsailaja 15/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
5060: -- bvisvana 07-July-2005 Bug # 4008991 - IGF_GR_BATCH_DOES_NOT_EXIST replaced by IGF_SL_GR_BATCH_DOES_NO_EXIST
5061: -- (reverse chronological order - newest change first
5062: --
5063:

Line 5177: igf_aw_gen.set_org_id(NULL);

5173:
5174: l_disb_det c_disb_det%ROWTYPE;
5175:
5176: BEGIN
5177: igf_aw_gen.set_org_id(NULL);
5178: errbuf := NULL;
5179: retcode := 0;
5180: g_error := ' ';
5181: l_chk_profile := 'N';

Line 5263: || igf_aw_gen.lookup_desc('IGF_AWARD_YEAR_STATUS',l_award_year_status));

5259: l_award_year_status := l_award_det.award_year_status_code;
5260: g_sys_award_year := l_award_det.sys_award_year;
5261:
5262: fnd_file.put_line(fnd_file.log,RPAD(g_award_year_status_desc,40)|| ' : '
5263: || igf_aw_gen.lookup_desc('IGF_AWARD_YEAR_STATUS',l_award_year_status));
5264: fnd_file.new_line(fnd_file.log,1);
5265: fnd_file.put_line(fnd_file.log, '--------------------------------------------------------');
5266:
5267: IF l_award_det.award_year_status_code NOT IN ('LD','O') THEN

Line 5269: fnd_message.set_token('AWARD_STATUS',igf_aw_gen.lookup_desc('IGF_AWARD_YEAR_STATUS',l_award_year_status));

5265: fnd_file.put_line(fnd_file.log, '--------------------------------------------------------');
5266:
5267: IF l_award_det.award_year_status_code NOT IN ('LD','O') THEN
5268: fnd_message.set_name('IGF','IGF_AP_LG_INVALID_STAT');
5269: fnd_message.set_token('AWARD_STATUS',igf_aw_gen.lookup_desc('IGF_AWARD_YEAR_STATUS',l_award_year_status));
5270: fnd_file.put_line(fnd_file.log,RPAD(g_error,11) || fnd_message.get);
5271: fnd_file.new_line(fnd_file.log,1);
5272: RETURN;
5273: END IF;