DBA Data[Home] [Help]

APPS.IGF_SL_DL_PRINT_MANIFEST dependencies on IGF_AW_AWARD

Line 48: p_base_id IN igf_aw_award.base_id%TYPE, -- modified to receive base_id instead of student id

44: ERRBUF OUT NOCOPY VARCHAR2,
45: RETCODE OUT NOCOPY NUMBER,
46: p_award_year IN VARCHAR2,
47: p_loan_catg IN igf_lookups_view.lookup_code%TYPE,
48: p_base_id IN igf_aw_award.base_id%TYPE, -- modified to receive base_id instead of student id
49: p_loan_number IN igf_sl_loans_v.loan_number%TYPE,
50: p_org_id IN NUMBER
51: )
52: AS

Line 81: l_person_num igf_aw_award_v.person_number%TYPE;

77: l_row_id igf_sl_dl_manifest.row_id%TYPE;
78: l_log_mesg VARCHAR2(2000);
79: l_total_pnote NUMBER := 0;
80: l_awd_year igf_sl_dl_setup_v.ci_alternate_code%TYPE;
81: l_person_num igf_aw_award_v.person_number%TYPE;
82: l_alternate_code igs_ca_inst.alternate_code%TYPE;
83: l_heading VARCHAR2(2000);
84:
85: /* get the print configuration status of the school for the given award year */