DBA Data[Home] [Help]

APPS.IGF_SL_DL_PRINT_PNOTE dependencies on IGF_AW_GEN

Line 424: igf_aw_gen.set_org_id(p_org_id);

420:
421: BEGIN
422: RETCODE:=0;
423:
424: igf_aw_gen.set_org_id(p_org_id);
425:
426: l_batch_seq_num := NULL;
427: l_no_of_pnotes := 0;
428:

Line 433: l_heading :=igf_aw_gen.lookup_desc('IGF_SL_LOAN_FIELDS','LOAN_NUMBER');

429: l_ci_cal_type := LTRIM(RTRIM(SUBSTR( p_award_year,1,10)));
430: l_ci_sequence_number := TO_NUMBER(SUBSTR( p_award_year,11));
431:
432: l_alternate_code :=igf_gr_gen.get_alt_code(l_ci_cal_type,l_ci_sequence_number);
433: l_heading :=igf_aw_gen.lookup_desc('IGF_SL_LOAN_FIELDS','LOAN_NUMBER');
434:
435: --Display all Headings
436:
437:

Line 438: l_log_mesg :=igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','PARAMETER_PASS');

434:
435: --Display all Headings
436:
437:
438: l_log_mesg :=igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','PARAMETER_PASS');
439: fnd_file.put_line(fnd_file.log, l_log_mesg);
440: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_SL_LOAN_FIELDS','CI_ALTERNATE_CODE'),80,' ') ||':'||RPAD(' ',4,' ')||l_alternate_code ;
441: fnd_file.put_line(fnd_file.log, l_log_mesg);
442:

Line 440: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_SL_LOAN_FIELDS','CI_ALTERNATE_CODE'),80,' ') ||':'||RPAD(' ',4,' ')||l_alternate_code ;

436:
437:
438: l_log_mesg :=igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','PARAMETER_PASS');
439: fnd_file.put_line(fnd_file.log, l_log_mesg);
440: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_SL_LOAN_FIELDS','CI_ALTERNATE_CODE'),80,' ') ||':'||RPAD(' ',4,' ')||l_alternate_code ;
441: fnd_file.put_line(fnd_file.log, l_log_mesg);
442:
443: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','LOAN_CATG'),80,' ')||':'||RPAD(' ',4,' ')||
444: igf_aw_gen.lookup_desc('IGF_SL_DL_LOAN_CATG',p_loan_catg) ;

Line 443: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','LOAN_CATG'),80,' ')||':'||RPAD(' ',4,' ')||

439: fnd_file.put_line(fnd_file.log, l_log_mesg);
440: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_SL_LOAN_FIELDS','CI_ALTERNATE_CODE'),80,' ') ||':'||RPAD(' ',4,' ')||l_alternate_code ;
441: fnd_file.put_line(fnd_file.log, l_log_mesg);
442:
443: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','LOAN_CATG'),80,' ')||':'||RPAD(' ',4,' ')||
444: igf_aw_gen.lookup_desc('IGF_SL_DL_LOAN_CATG',p_loan_catg) ;
445: fnd_file.put_line(fnd_file.log, l_log_mesg);
446:
447: --Display the Person Number for the Base ID

Line 444: igf_aw_gen.lookup_desc('IGF_SL_DL_LOAN_CATG',p_loan_catg) ;

440: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_SL_LOAN_FIELDS','CI_ALTERNATE_CODE'),80,' ') ||':'||RPAD(' ',4,' ')||l_alternate_code ;
441: fnd_file.put_line(fnd_file.log, l_log_mesg);
442:
443: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','LOAN_CATG'),80,' ')||':'||RPAD(' ',4,' ')||
444: igf_aw_gen.lookup_desc('IGF_SL_DL_LOAN_CATG',p_loan_catg) ;
445: fnd_file.put_line(fnd_file.log, l_log_mesg);
446:
447: --Display the Person Number for the Base ID
448: l_person_num :=NULL;

Line 454: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','PERSON_NUMBER'),80,' ')||':'||RPAD(' ',4,' ')||l_person_num ;

450: l_person_num:=igf_gr_gen.get_per_num(p_base_id);
451: END IF;
452:
453:
454: l_log_mesg := RPAD(igf_aw_gen.lookup_desc('IGF_GE_PARAMETERS','PERSON_NUMBER'),80,' ')||':'||RPAD(' ',4,' ')||l_person_num ;
455: fnd_file.put_line(fnd_file.log, l_log_mesg);
456:
457: l_log_mesg := RPAD(l_heading,80,' ')||':'||RPAD(' ',4,' ')|| NVL( p_loan_number , NULL );
458: fnd_file.put_line(fnd_file.log, l_log_mesg);