DBA Data[Home] [Help]

APPS.IGF_SL_DL_PRINT_MANIFEST dependencies on IGF_GR_GEN

Line 141: l_alternate_code :=igf_gr_gen.get_alt_code(l_ci_cal_type,l_ci_sequence_number);

137:
138: l_ci_cal_type := ltrim(rtrim(SUBSTR(p_award_year,1,10)));
139: l_ci_sequence_number := ltrim(rtrim(SUBSTR(p_award_year,11)));
140:
141: l_alternate_code :=igf_gr_gen.get_alt_code(l_ci_cal_type,l_ci_sequence_number);
142: l_heading :=igf_aw_gen.lookup_desc('IGF_SL_LOAN_FIELDS','LOAN_NUMBER');
143:
144: l_log_mesg :=igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','PARAMETER_PASS');
145: FND_FILE.PUT_LINE(FND_FILE.LOG, l_log_mesg);

Line 157: l_person_num:=igf_gr_gen.get_per_num_oss(l_person_id);

153:
154: --Display the Person Number for the Base ID
155: l_person_num :=NULL;
156: IF l_person_id IS NOT NULL THEN
157: l_person_num:=igf_gr_gen.get_per_num_oss(l_person_id);
158: END IF;
159: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','PERSON_NUMBER'),80,' ')||':'||RPAD(' ',4,' ')||l_person_num ;
160: FND_FILE.PUT_LINE(FND_FILE.LOG, l_log_mesg);
161: