DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG_ACK SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 110

                         p_rec_updated  OUT NOCOPY VARCHAR2 );
Line: 156

  SELECT RTRIM(SUBSTR(record_data, 23, 23))       batch_id,
         RTRIM(SUBSTR(record_data, 15,  8))       message_class,
         RTRIM(SUBSTR(record_data, 46, 16))       bth_creation_date,
         RTRIM(SUBSTR(record_data, 60,  2))       batch_rej_code,
         RTRIM(SUBSTR(record_data, 23,  2))       batch_type
  FROM igf_sl_load_file_t
  WHERE  lort_id = 1
  AND    record_data LIKE 'DL HEADER%'
  AND    file_type = 'DL_ORIG_ACK';
Line: 167

  SELECT lort_id                         last_lort_id,
         RTRIM(SUBSTR(record_data,15,7)) number_rec,
         RTRIM(SUBSTR(record_data,22,5)) accept_rec,
         RTRIM(SUBSTR(record_data,27,5)) reject_rec,
         RTRIM(SUBSTr(record_data,32,5)) pending_rec
  FROM igf_sl_load_file_t
  WHERE  lort_id = (SELECT MAX(lort_id) FROM igf_sl_load_file_t)
  AND    record_data LIKE 'DL TRAILER%'
  AND    file_type = 'DL_ORIG_ACK';
Line: 180

    SELECT ci_cal_type, ci_sequence_number
      FROM igf_sl_dl_setup
     WHERE dl_version = p_dl_version;
Line: 313

  igf_sl_dl_batch_pkg.insert_row (
      x_mode                              => 'R',
      x_rowid                             => l_rowid,
      x_dbth_id                           => l_dbth_id,
      x_batch_id                          => l_rec_batch_id,
      x_message_class                     => l_rec_message_class,
      x_bth_creation_date                 => TO_DATE(l_rec_bth_creation_date,'YYYYMMDDHH24MISS'),
      x_batch_rej_code                    => l_rec_batch_rej_code,
      x_end_date                          => NULL,
      x_batch_type                        => l_rec_batch_type,
      x_send_resp                         => 'R',
      x_status                            => 'N'
  );
Line: 333

     SELECT record_data FROM igf_sl_load_file_t
     WHERE  lort_id between 2 AND (l_last_lort_id-1)
     AND    file_type = 'DL_ORIG_ACK';
Line: 346

             igf_sl_dl_lor_resp_pkg.insert_row (
              x_mode                              => 'R',
              x_rowid                             => l_rowid,
              x_lor_resp_num                      => l_lor_resp_num,
              x_dbth_id                           => l_dbth_id,
              x_orig_batch_id                     => RTRIM(SUBSTR(orec.record_data, 9,23)),
              x_loan_number                       => RTRIM(SUBSTR(orec.record_data,32,21)),
              x_orig_ack_date                     => TO_DATE(SUBSTR(orec.record_data,1,8),'YYYYMMDD'),
              x_orig_status_flag                  => RTRIM(SUBSTR(orec.record_data,53,1)),
              x_orig_reject_reasons               => RTRIM(SUBSTR(orec.record_data,54,10)),
              x_pnote_status                      => RTRIM(SUBSTR(orec.record_data,64,1)),
              x_pnote_id                          => RTRIM(SUBSTR(orec.record_data,90,1)),
              x_pnote_accept_amt                  => NULL,
              x_loan_amount_accepted              => LTRIM(RTRIM(SUBSTR(orec.record_data,91,5))),
              x_status                            => 'N',
              x_elec_mpn_ind                      => NVL(RTRIM(SUBSTR(orec.record_data,65,1)),'P') --added for 2216956
             );
Line: 377

             igf_sl_dl_lor_crresp_pkg.insert_row (
              x_mode                              => 'R',
              x_rowid                             => l_rowid,
              X_lor_resp_num                      => l_lor_resp_num,
              X_dbth_id                           => l_dbth_id,
              X_loan_number                       => RTRIM(SUBSTR(orec.record_data,9,21)),
              X_credit_override                   => RTRIM(SUBSTR(orec.record_data,30,1)),
              X_credit_decision_date              => TO_DATE(SUBSTR(orec.record_data,1,8),'YYYYMMDD'),
              X_status                            => 'N'
             );
Line: 406

             igf_sl_dl_lor_resp_pkg.insert_row (
              x_mode                              => 'R',
              x_rowid                             => l_rowid,
              x_lor_resp_num                      => l_lor_resp_num,
              x_dbth_id                           => l_dbth_id,
              x_orig_batch_id                     => RTRIM(SUBSTR(orec.record_data, 9,23)),
              x_loan_number                       => RTRIM(SUBSTR(orec.record_data,32,21)),
              x_orig_ack_date                     => TO_DATE(SUBSTR(orec.record_data,1,8),'YYYYMMDD'),
              x_orig_status_flag                  => RTRIM(SUBSTR(orec.record_data,53,1)),
              x_orig_reject_reasons               => RTRIM(SUBSTR(orec.record_data,54,10)),
              x_pnote_status                      => RTRIM(SUBSTR(orec.record_data,64,1)),
              x_pnote_id                          => RTRIM(SUBSTR(orec.record_data,90,1)),
              x_pnote_accept_amt                  => NULL,
              x_loan_amount_accepted              => NULL,
              x_status                            => 'N',
              x_elec_mpn_ind                      => NVL(RTRIM(SUBSTR(orec.record_data,65,1)),'P') --added for 2216956
             );
Line: 437

             igf_sl_dl_lor_crresp_pkg.insert_row (
              x_mode                              => 'R',
              x_rowid                             => l_rowid,
              x_lor_resp_num                      => l_lor_resp_num,
              x_dbth_id                           => l_dbth_id,
              x_loan_number                       => LTRIM(RTRIM(SUBSTR(orec.record_data,9,21))),
              x_credit_override                   => LTRIM(RTRIM(SUBSTR(orec.record_data,30,1))),
              x_credit_decision_date              => TO_DATE(substr(orec.record_data,1,8),'YYYYMMDD'),
              x_status                            => 'N',
              x_endorser_amount                   => NVL(TO_NUMBER(LTRIM(RTRIM(SUBSTR(orec.record_data,31,5)))),0),
              x_mpn_status                        => LTRIM(RTRIM(SUBSTR(orec.record_data,36,1))),
              x_mpn_id                            => LTRIM(RTRIM(SUBSTR(orec.record_data,37,21))),
              x_mpn_type                          => LTRIM(RTRIM(SUBSTR(orec.record_data,58,1))),
              x_mpn_indicator                     => LTRIM(RTRIM(SUBSTR(orec.record_data,59,1)))
             );
Line: 501

                                  are in planned state,insert records into IGF_DB_DISB_HOLDS table
                                  with hold 'EXTERNAL' and hold type 'SYSTEM' and also update
                                  manual_hold_ind flag in  IGF_AW_AWD_DISB table to 'Y'.
                                  enh bug no-2154941.

  (reverse chronological order - newest change first)
  ***************************************************************/

  l_dbth_id               igf_sl_dl_batch.dbth_id%TYPE;
Line: 512

  l_rec_updated           VARCHAR2(10);
Line: 520

  SELECT igf_sl_dl_batch.*
  FROM   igf_sl_dl_batch
  WHERE  dbth_id = l_dbth_id
  AND    status  = 'N';
Line: 527

  SELECT igf_sl_dl_lor_resp.*
  FROM   igf_sl_dl_lor_resp
  WHERE  dbth_id = l_dbth_id
  AND    status  = 'N';
Line: 534

  SELECT igf_sl_dl_lor_crresp.*
  FROM   igf_sl_dl_lor_crresp
  WHERE  dbth_id = l_dbth_id
  AND    status  = 'N';
Line: 557

          l_rec_updated := 'N';
Line: 593

          upd_lor_record(resp_rec.loan_number, 'ORIG_ACK', l_rec_present, l_rec_updated);
Line: 603

             IF l_rec_updated = 'N' THEN
                fnd_message.set_name('IGF','IGF_SL_OLD_ORIG_ACK_DATE');
Line: 612

                  SELECT lookup_code, meaning FROM igf_lookups_view
                  WHERE  lookup_type = 'IGF_SL_DL_ORIG_REJ_CODES'
                  AND    lookup_code IN (SUBSTR(resp_rec.orig_reject_reasons, 1,2),
                                         SUBSTR(resp_rec.orig_reject_reasons, 3,2),
                                         SUBSTR(resp_rec.orig_reject_reasons, 5,2),
                                         SUBSTR(resp_rec.orig_reject_reasons, 7,2),
                                         SUBSTR(resp_rec.orig_reject_reasons, 9,2));
Line: 620

                  igf_sl_edit.delete_edit(resp_rec.loan_number, 'R');
Line: 623

                      igf_sl_edit.insert_edit(resp_rec.loan_number, 'R', 'IGF_SL_DL_ORIG_REJ_CODES',
                                              rrec.lookup_code, '', '');
Line: 627

             END IF;  -- End of condition for "l_rec_updated = 'N' "
Line: 634

            IF l_rec_updated = 'N' THEN
              l_stat := 'O';             -- Old Acknowledgment Data. Not Loaded.
Line: 636

            ELSIF l_rec_updated = 'Y' THEN
              l_stat := 'Y';             -- Loan Acknowledgment Data uploaded.
Line: 642

          igf_sl_dl_lor_resp_pkg.update_row (
           x_mode                              => 'R',
           x_rowid                             => resp_rec.row_id,
           x_lor_resp_num                      => resp_rec.lor_resp_num,
           x_dbth_id                           => resp_rec.dbth_id,
           x_orig_batch_id                     => resp_rec.orig_batch_id,
           x_loan_number                       => resp_rec.loan_number,
           x_orig_ack_date                     => resp_rec.orig_ack_date,
           x_orig_status_flag                  => resp_rec.orig_status_flag,
           x_orig_reject_reasons               => resp_rec.orig_reject_reasons,
           x_pnote_status                      => resp_rec.pnote_status,
           x_pnote_id                          => resp_rec.pnote_id,
           x_pnote_accept_amt                  => resp_rec.pnote_accept_amt,
           x_loan_amount_accepted              => resp_rec.loan_amount_accepted,
           x_status                            => l_stat,
           x_elec_mpn_ind                      => resp_rec.elec_mpn_ind
          );
Line: 673

          l_rec_updated := 'N';
Line: 692

          upd_lor_record(crresp_rec.loan_number, 'CREDIT_ACK', l_rec_present, l_rec_updated);
Line: 701

             IF l_rec_updated = 'N' THEN
                fnd_message.set_name('IGF','IGF_SL_OLD_CREDT_ACK_DATE');
Line: 706

             END IF;  -- End of condition for "l_rec_updated = 'N' "
Line: 713

            IF l_rec_updated = 'N' THEN
              l_stat := 'O';             -- Old Acknowledgment Data. Not Loaded.
Line: 715

            ELSIF l_rec_updated = 'Y' THEN
              l_stat := 'Y';             -- Loan Acknowledgment Data uploaded.
Line: 721

         igf_sl_dl_lor_crresp_pkg.update_row (
           x_mode                              => 'R',
           x_rowid                             => crresp_rec.row_id,
           x_lor_resp_num                      => crresp_rec.lor_resp_num,
           x_dbth_id                           => crresp_rec.dbth_id,
           x_loan_number                       => crresp_rec.loan_number,
           x_credit_override                   => crresp_rec.credit_override,
           x_credit_decision_date              => crresp_rec.credit_decision_date,
           x_status                            => l_stat
         );
Line: 738

    igf_sl_dl_batch_pkg.update_row (
      x_mode                              => 'R',
      x_rowid                             => dbth_rec.row_id,
      x_dbth_id                           => dbth_rec.dbth_id,
      x_batch_id                          => dbth_rec.batch_id,
      x_message_class                     => dbth_rec.message_class,
      x_bth_creation_date                 => dbth_rec.bth_creation_date,
      x_batch_rej_code                    => dbth_rec.batch_rej_code,
      x_end_date                          => dbth_rec.end_date,
      x_batch_type                        => dbth_rec.batch_type,
      x_send_resp                         => dbth_rec.send_resp,
      x_status                            => 'Y'
    );
Line: 781

                         p_rec_updated  OUT NOCOPY VARCHAR2 )
AS
  /*************************************************************
  Created By : venagara
  Date Created On : 2000/11/22
  Purpose :
  Know limitations, enhancements or remarks
  Change History
  Who             When            What
--------------------------------------------------------------------------------------------
--  museshad      20-Feb-2006     Bug 5045766 - SQL Repository Issue.
--                                Modified cursor c_lar_cur for better performance.
---------------------------------------------------------------------------------------------
--  bkkumar    06-oct-2003     Bug 3104228 FA 122 Loans Enhancements
--                             a) Impact of adding the relationship_cd
--                             in igf_sl_lor_all table and obsoleting
--                             BORW_LENDER_ID, DUNS_BORW_LENDER_ID,
--                             GUARANTOR_ID, DUNS_GUARNT_ID,
--                             LENDER_ID, DUNS_LENDER_ID
--                             LEND_NON_ED_BRC_ID, RECIPIENT_ID
--                             RECIPIENT_TYPE,DUNS_RECIP_ID
--                             RECIP_NON_ED_BRC_ID columns.
---------------------------------------------------------------------------------------------
  veramach   23-SEP-2003     Bug 3104228:
                                        1. Obsoleted lend_apprv_denied_code,lend_apprv_denied_date,cl_rec_status_last_update,
                                        cl_rec_status,mpn_confirm_code,appl_loan_phase_code_chg,appl_loan_phase_code,
                                        p_ssn_chg_date,p_dob_chg_date,s_ssn_chg_date,s_dob_chg_date,s_local_addr_chg_date,
                                        chg_batch_id,appl_send_error_codes from igf_sl_lor
                                        2. Obsoleted lend_apprv_denied_code,lend_apprv_denied_date,cl_rec_status_last_update,
                                        cl_rec_status,mpn_confirm_code,appl_loan_phase_code_chg,appl_loan_phase_code,
                                        p_ssn_chg_date,p_dob_chg_date,s_ssn_chg_date,s_dob_chg_date,s_local_addr_chg_date,
                                        chg_batch_id from igf_sl_lor_loc

  agairola       15-MAR-2002      Modified the Update Row call of the IGF_SL_LOANS_PKG
                                  added as part of the Refunds DLD - 2144600
  rboddu         18/05/2001       uploaded pnote_id field of IGF_SL_DL_LOR_RESP table into
                                  pnote_mpn_ind field of IGF_SL_LOR table.
                                  If School is configured to print then the pnote_status
                                  field of IGF_SL_LOR is set to 'G' (Ready to Print)

  (reverse chronological order - newest change first)
  ***************************************************************/

  l_row_id         VARCHAR2(25);
Line: 828

  SELECT igf_sl_lor.* FROM igf_sl_lor
  WHERE loan_id = (SELECT loan_id FROM igf_sl_loans lar
                   WHERE  loan_number = p_loan_number)
  FOR UPDATE OF igf_sl_lor.sch_cert_date NOWAIT;
Line: 835

    SELECT  loan.rowid row_id,
            loan.*,
            fcat.fed_fund_code
    FROM    igf_sl_loans_all loan,
            igf_aw_award_all awd,
            igf_aw_fund_mast_all fmast,
            igf_aw_fund_cat_all fcat
    WHERE
            loan.award_id = awd.award_id AND
            awd.fund_id = fmast.fund_id AND
            fcat.fund_code = fmast.fund_code AND
            loan.loan_id = c_loan_id;
Line: 852

  SELECT
  pnote_print_ind
  FROM
  igf_sl_dl_setup
  WHERE (ci_cal_type,ci_sequence_number) = ( SELECT fmast.ci_cal_type,
                                                    fmast.ci_sequence_number
                                             FROM   igf_sl_loans loans,
                                                    igf_aw_award awd,
                                                    igf_aw_fund_mast fmast
                                             WHERE  loans.loan_number = p_loan_number
                                               AND  loans.award_id    = awd.award_id
                                               AND  awd.fund_id       = fmast.fund_id
                                             );
Line: 868

   p_rec_updated := 'N';
Line: 881

           p_rec_updated := 'Y';
Line: 896

           p_rec_updated := 'Y';
Line: 911

       IF p_rec_updated = 'Y' THEN

           -- Delete all previous reject records, for Response process.
                 igf_sl_edit.delete_edit(p_loan_number, 'R');
Line: 915

                 igf_sl_lor_pkg.update_row (
                                      x_mode                              => 'R',
                                      x_rowid                             => tbh_rec.row_id,
                                      x_origination_id                    => tbh_rec.origination_id,
                                      x_loan_id                           => tbh_rec.loan_id,
                                      x_sch_cert_date                     => tbh_rec.sch_cert_date,
                                      x_orig_status_flag                  => tbh_rec.orig_status_flag,
                                      x_orig_batch_id                     => tbh_rec.orig_batch_id,
                                      x_orig_batch_date                   => tbh_rec.orig_batch_date,
                                      x_chg_batch_id                      => NULL,
                                      x_orig_ack_date                     => tbh_rec.orig_ack_date,
                                      x_credit_override                   => tbh_rec.credit_override,
                                      x_credit_decision_date              => tbh_rec.credit_decision_date,
                                      x_req_serial_loan_code              => tbh_rec.req_serial_loan_code,
                                      x_act_serial_loan_code              => tbh_rec.act_serial_loan_code,
                                      x_pnote_delivery_code               => tbh_rec.pnote_delivery_code,
                                      x_pnote_status                      => tbh_rec.pnote_status,
                                      x_pnote_status_date                 => tbh_rec.pnote_status_date,
                                      x_pnote_id                          => tbh_rec.pnote_id,
                                      x_pnote_batch_id                    => tbh_rec.pnote_batch_id,
                                      x_pnote_ack_date                    => tbh_rec.pnote_ack_date,
                                      x_pnote_mpn_ind                     => tbh_rec.pnote_mpn_ind,
                                      x_pnote_print_ind                   => tbh_rec.pnote_print_ind,
                                      x_pnote_accept_amt                  => tbh_rec.pnote_accept_amt,
                                      x_pnote_accept_date                 => tbh_rec.pnote_accept_date,
                                      x_unsub_elig_for_heal               => tbh_rec.unsub_elig_for_heal,
                                      x_disclosure_print_ind              => tbh_rec.disclosure_print_ind,
                                      x_orig_fee_perct                    => tbh_rec.orig_fee_perct,
                                      x_borw_confirm_ind                  => tbh_rec.borw_confirm_ind,
                                      x_borw_interest_ind                 => tbh_rec.borw_interest_ind,
                                      x_borw_outstd_loan_code             => tbh_rec.borw_outstd_loan_code,
                                      x_unsub_elig_for_depnt              => tbh_rec.unsub_elig_for_depnt,
                                      x_guarantee_amt                     => tbh_rec.guarantee_amt,
                                      x_guarantee_date                    => tbh_rec.guarantee_date,
                                      x_guarnt_amt_redn_code              => tbh_rec.guarnt_amt_redn_code,
                                      x_guarnt_status_code                => tbh_rec.guarnt_status_code,
                                      x_guarnt_status_date                => tbh_rec.guarnt_status_date,
                                      x_lend_apprv_denied_code            => NULL,
                                      x_lend_apprv_denied_date            => NULL,
                                      x_lend_status_code                  => tbh_rec.lend_status_code,
                                      x_lend_status_date                  => tbh_rec.lend_status_date,
                                      x_guarnt_adj_ind                    => tbh_rec.guarnt_adj_ind,
                                      x_grade_level_code                  => tbh_rec.grade_level_code,
                                      x_enrollment_code                   => tbh_rec.enrollment_code,
                                      x_anticip_compl_date                => tbh_rec.anticip_compl_date,
                                      x_borw_lender_id                    => NULL,
                                      x_duns_borw_lender_id               => NULL,
                                      x_guarantor_id                      => NULL,
                                      x_duns_guarnt_id                    => NULL,
                                      x_prc_type_code                     => tbh_rec.prc_type_code,
                                      x_cl_seq_number                     => tbh_rec.cl_seq_number,
                                      x_last_resort_lender                => tbh_rec.last_resort_lender,
                                      x_lender_id                         => NULL,
                                      x_duns_lender_id                    => NULL,
                                      x_lend_non_ed_brc_id                => NULL,
                                      x_recipient_id                      => NULL,
                                      x_recipient_type                    => NULL,
                                      x_duns_recip_id                     => NULL,
                                      x_recip_non_ed_brc_id               => NULL,
                                      x_rec_type_ind                      => tbh_rec.rec_type_ind,
                                      x_cl_loan_type                      => tbh_rec.cl_loan_type,
                                      x_cl_rec_status                     => NULL,
                                      x_cl_rec_status_last_update         => NULL,
                                      x_alt_prog_type_code                => tbh_rec.alt_prog_type_code,
                                      x_alt_appl_ver_code                 => tbh_rec.alt_appl_ver_code,
                                      x_mpn_confirm_code                  => NULL,
                                      x_resp_to_orig_code                 => tbh_rec.resp_to_orig_code,
                                      x_appl_loan_phase_code              => NULL,
                                      x_appl_loan_phase_code_chg          => NULL,
                                      x_appl_send_error_codes             => NULL,
                                      x_tot_outstd_stafford               => tbh_rec.tot_outstd_stafford,
                                      x_tot_outstd_plus                   => tbh_rec.tot_outstd_plus,
                                      x_alt_borw_tot_debt                 => tbh_rec.alt_borw_tot_debt,
                                      x_act_interest_rate                 => tbh_rec.act_interest_rate,
                                      x_service_type_code                 => tbh_rec.service_type_code,
                                      x_rev_notice_of_guarnt              => tbh_rec.rev_notice_of_guarnt,
                                      x_sch_refund_amt                    => tbh_rec.sch_refund_amt,
                                      x_sch_refund_date                   => tbh_rec.sch_refund_date,
                                      x_uniq_layout_vend_code             => tbh_rec.uniq_layout_vend_code,
                                      x_uniq_layout_ident_code            => tbh_rec.uniq_layout_ident_code,
                                      x_p_person_id                       => tbh_rec.p_person_id,
                                      x_p_ssn_chg_date                    => NULL,
                                      x_p_dob_chg_date                    => NULL,
                                      x_p_permt_addr_chg_date             => tbh_rec.p_permt_addr_chg_date,
                                      x_p_default_status                  => tbh_rec.p_default_status,
                                      x_p_signature_code                  => tbh_rec.p_signature_code,
                                      x_p_signature_date                  => tbh_rec.p_signature_date,
                                      x_s_ssn_chg_date                    => NULL,
                                      x_s_dob_chg_date                    => NULL,
                                      x_s_permt_addr_chg_date             => tbh_rec.s_permt_addr_chg_date,
                                      x_s_local_addr_chg_date             => NULL,
                                      x_s_default_status                  => tbh_rec.s_default_status,
                                      x_s_signature_code                  => tbh_rec.s_signature_code,
                                      x_elec_mpn_ind                      => tbh_rec.elec_mpn_ind,
                                      x_borr_sign_ind                     => tbh_rec.borr_sign_ind,
                                      x_stud_sign_ind                     => tbh_rec.stud_sign_ind,
                                      x_borr_credit_auth_code             => tbh_rec.borr_credit_auth_code,
                                      x_relationship_cd                   => tbh_rec.relationship_cd,
                                      x_interest_rebate_percent_num       => tbh_rec.interest_rebate_percent_num,
                                      x_cps_trans_num                     => tbh_rec.cps_trans_num,
                                      x_atd_entity_id_txt                 => tbh_rec.atd_entity_id_txt ,
                                      x_rep_entity_id_txt                 => tbh_rec.rep_entity_id_txt,
                                      x_crdt_decision_status              => tbh_rec.crdt_decision_status,
                                      x_note_message                      => tbh_rec.note_message,
                                      x_book_loan_amt                     => tbh_rec.book_loan_amt ,
                                      x_book_loan_amt_date                => tbh_rec.book_loan_amt_date,
                                      x_pymt_servicer_amt                 => tbh_rec.pymt_servicer_amt,
                                      x_pymt_servicer_date                => tbh_rec.pymt_servicer_date,
                                      x_requested_loan_amt                => tbh_rec.requested_loan_amt,
                                      x_eft_authorization_code            => tbh_rec.eft_authorization_code,
                                      x_external_loan_id_txt              => tbh_rec.external_loan_id_txt,
                                      x_deferment_request_code            => tbh_rec.deferment_request_code ,
                                      x_actual_record_type_code           => tbh_rec.actual_record_type_code,
                                      x_reinstatement_amt                 => tbh_rec.reinstatement_amt,
                                      x_school_use_txt                    => tbh_rec.school_use_txt,
                                      x_lender_use_txt                    => tbh_rec.lender_use_txt,
                                      x_guarantor_use_txt                 => tbh_rec.guarantor_use_txt,
                                      x_fls_approved_amt                  => tbh_rec.fls_approved_amt,
                                      x_flu_approved_amt                  => tbh_rec.flu_approved_amt,
                                      x_flp_approved_amt                  => tbh_rec.flp_approved_amt,
                                      x_alt_approved_amt                  => tbh_rec.alt_approved_amt,
                                      x_loan_app_form_code                => tbh_rec.loan_app_form_code,
                                      x_override_grade_level_code         => tbh_rec.override_grade_level_code,
				      x_b_alien_reg_num_txt               => tbh_rec.b_alien_reg_num_txt,
                                      x_esign_src_typ_cd                  => tbh_rec.esign_src_typ_cd,
                                      x_acad_begin_date                   => tbh_rec.acad_begin_date,
                                      x_acad_end_date                     => tbh_rec.acad_end_date
                                      );
Line: 1053

                 l_update_loan    VARCHAR2(30) DEFAULT 'N';
Line: 1066

                         l_update_loan    := 'Y';
Line: 1070

                         l_update_loan    := 'Y';
Line: 1079

                     l_update_loan    := 'Y';
Line: 1082

                 IF l_update_loan = 'Y' THEN
                    fnd_message.set_name('IGF','IGF_SL_LOAN_STATUS');
Line: 1095

                    igf_sl_loans_pkg.update_row (
                     x_mode                              => 'R',
                     x_rowid                             => lar_rec.row_id,
                     x_loan_id                           => lar_rec.loan_id,
                     x_award_id                          => lar_rec.award_id,
                     x_seq_num                           => lar_rec.seq_num,
                     x_loan_number                       => lar_rec.loan_number,
                     x_loan_per_begin_date               => lar_rec.loan_per_begin_date,
                     x_loan_per_end_date                 => lar_rec.loan_per_end_date,
                     x_loan_status                       => l_loan_status,
                     x_loan_status_date                  => l_loan_status_dt,
                     x_loan_chg_status                   => lar_rec.loan_chg_status,
                     x_loan_chg_status_date              => lar_rec.loan_chg_status_date,
                     x_active                            => lar_rec.active,
                     x_active_date                       => lar_rec.active_date,
                     x_borw_detrm_code                   => lar_rec.borw_detrm_code,
                     x_external_loan_id_txt              => lar_rec.external_loan_id_txt

                     );
Line: 1157

                                        1. Obsoleted lend_apprv_denied_code,lend_apprv_denied_date,cl_rec_status_last_update,
                                        cl_rec_status,mpn_confirm_code,appl_loan_phase_code_chg,appl_loan_phase_code,
                                        p_ssn_chg_date,p_dob_chg_date,s_ssn_chg_date,s_dob_chg_date,s_local_addr_chg_date,
                                        chg_batch_id,appl_send_error_codes from igf_sl_lor
                                        2. Obsoleted lend_apprv_denied_code,lend_apprv_denied_date,cl_rec_status_last_update,
                                        cl_rec_status,mpn_confirm_code,appl_loan_phase_code_chg,appl_loan_phase_code,
                                        p_ssn_chg_date,p_dob_chg_date,s_ssn_chg_date,s_dob_chg_date,s_local_addr_chg_date,
                                        chg_batch_id from igf_sl_lor_loc
 rboddu          18/05/2001       uploaded pnote_id field of IGF_SL_DL_LOR_RESP table into
                                  pnote_mpn_ind field of IGF_SL_LOR_LOC table.

  (reverse chronological order - newest change first)
  ***************************************************************/

    CURSOR c_tbh_cur
    IS
    SELECT
    igf_sl_lor_loc.*
    FROM
    igf_sl_lor_loc
    WHERE loan_id = p_loan_id
    FOR UPDATE OF igf_sl_lor_loc.loan_status NOWAIT;
Line: 1202

    igf_sl_lor_loc_pkg.update_row (
      x_mode                              => 'R',
      x_rowid                             => tbh_rec.row_id,
      x_loan_id                           => tbh_rec.loan_id,
      x_origination_id                    => tbh_rec.origination_id,
      x_loan_number                       => tbh_rec.loan_number,
      x_loan_type                         => tbh_rec.loan_type,
      x_loan_amt_offered                  => tbh_rec.loan_amt_offered,
      x_loan_amt_accepted                 => tbh_rec.loan_amt_accepted,
      x_loan_per_begin_date               => tbh_rec.loan_per_begin_date,
      x_loan_per_end_date                 => tbh_rec.loan_per_end_date,
      x_acad_yr_begin_date                => tbh_rec.acad_yr_begin_date,
      x_acad_yr_end_date                  => tbh_rec.acad_yr_end_date,
      x_loan_status                       => tbh_rec.loan_status,
      x_loan_status_date                  => tbh_rec.loan_status_date,
      x_loan_chg_status                   => tbh_rec.loan_chg_status,
      x_loan_chg_status_date              => tbh_rec.loan_chg_status_date,
      x_req_serial_loan_code              => tbh_rec.req_serial_loan_code,
      x_act_serial_loan_code              => tbh_rec.act_serial_loan_code,
      x_active                            => tbh_rec.active,
      x_active_date                       => tbh_rec.active_date,
      x_sch_cert_date                     => tbh_rec.sch_cert_date,
      x_orig_status_flag                  => tbh_rec.orig_status_flag,
      x_orig_batch_id                     => tbh_rec.orig_batch_id,
      x_orig_batch_date                   => tbh_rec.orig_batch_date,
      x_chg_batch_id                      => NULL,
      x_orig_ack_date                     => tbh_rec.orig_ack_date,
      x_credit_override                   => tbh_rec.credit_override,
      x_credit_decision_date              => tbh_rec.credit_decision_date,
      x_pnote_delivery_code               => tbh_rec.pnote_delivery_code,
      x_pnote_status                      => tbh_rec.pnote_status,
      x_pnote_status_date                 => tbh_rec.pnote_status_date,
      x_pnote_id                          => tbh_rec.pnote_id,
      x_pnote_print_ind                   => tbh_rec.pnote_print_ind,
      x_pnote_accept_amt                  => tbh_rec.pnote_accept_amt,
      x_pnote_accept_date                 => tbh_rec.pnote_accept_date,
      x_p_signature_code                  => tbh_rec.p_signature_code,
      x_p_signature_date                  => tbh_rec.p_signature_date,
      x_s_signature_code                  => tbh_rec.s_signature_code,
      x_unsub_elig_for_heal               => tbh_rec.unsub_elig_for_heal,
      x_disclosure_print_ind              => tbh_rec.disclosure_print_ind,
      x_orig_fee_perct                    => tbh_rec.orig_fee_perct,
      x_borw_confirm_ind                  => tbh_rec.borw_confirm_ind,
      x_borw_interest_ind                 => tbh_rec.borw_interest_ind,
      x_unsub_elig_for_depnt              => tbh_rec.unsub_elig_for_depnt,
      x_guarantee_amt                     => tbh_rec.guarantee_amt,
      x_guarantee_date                    => tbh_rec.guarantee_date,
      x_guarnt_adj_ind                    => tbh_rec.guarnt_adj_ind,
      x_guarnt_amt_redn_code              => tbh_rec.guarnt_amt_redn_code,
      x_guarnt_status_code                => tbh_rec.guarnt_status_code,
      x_guarnt_status_date                => tbh_rec.guarnt_status_date,
      x_lend_apprv_denied_code            => NULL,
      x_lend_apprv_denied_date            => NULL,
      x_lend_status_code                  => tbh_rec.lend_status_code,
      x_lend_status_date                  => tbh_rec.lend_status_date,
      x_grade_level_code                  => tbh_rec.grade_level_code,
      x_enrollment_code                   => tbh_rec.enrollment_code,
      x_anticip_compl_date                => tbh_rec.anticip_compl_date,
      x_borw_lender_id                    => tbh_rec.borw_lender_id,
      x_duns_borw_lender_id               => NULL,
      x_guarantor_id                      => tbh_rec.guarantor_id,
      x_duns_guarnt_id                    => NULL,
      x_prc_type_code                     => tbh_rec.prc_type_code,
      x_rec_type_ind                      => tbh_rec.rec_type_ind,
      x_cl_loan_type                      => tbh_rec.cl_loan_type,
      x_cl_seq_number                     => tbh_rec.cl_seq_number,
      x_last_resort_lender                => tbh_rec.last_resort_lender,
      x_lender_id                         => tbh_rec.lender_id,
      x_duns_lender_id                    => NULL,
      x_lend_non_ed_brc_id                => tbh_rec.lend_non_ed_brc_id,
      x_recipient_id                      => tbh_rec.recipient_id,
      x_recipient_type                    => tbh_rec.recipient_type,
      x_duns_recip_id                     => NULL,
      x_recip_non_ed_brc_id               => tbh_rec.recip_non_ed_brc_id,
      x_cl_rec_status                     => NULL,
      x_cl_rec_status_last_update         => NULL,
      x_alt_prog_type_code                => tbh_rec.alt_prog_type_code,
      x_alt_appl_ver_code                 => tbh_rec.alt_appl_ver_code,
      x_borw_outstd_loan_code             => tbh_rec.borw_outstd_loan_code,
      x_mpn_confirm_code                  => NULL,
      x_resp_to_orig_code                 => tbh_rec.resp_to_orig_code,
      x_appl_loan_phase_code              => NULL,
      x_appl_loan_phase_code_chg          => NULL,
      x_tot_outstd_stafford               => tbh_rec.tot_outstd_stafford,
      x_tot_outstd_plus                   => tbh_rec.tot_outstd_plus,
      x_alt_borw_tot_debt                 => tbh_rec.alt_borw_tot_debt,
      x_act_interest_rate                 => tbh_rec.act_interest_rate,
      x_service_type_code                 => tbh_rec.service_type_code,
      x_rev_notice_of_guarnt              => tbh_rec.rev_notice_of_guarnt,
      x_sch_refund_amt                    => tbh_rec.sch_refund_amt,
      x_sch_refund_date                   => tbh_rec.sch_refund_date,
      x_uniq_layout_vend_code             => tbh_rec.uniq_layout_vend_code,
      x_uniq_layout_ident_code            => tbh_rec.uniq_layout_ident_code,
      x_p_person_id                       => tbh_rec.p_person_id,
      x_p_ssn                             => tbh_rec.p_ssn,
      x_p_ssn_chg_date                    => NULL,
      x_p_last_name                       => tbh_rec.p_last_name,
      x_p_first_name                      => tbh_rec.p_first_name,
      x_p_middle_name                     => tbh_rec.p_middle_name,
      x_p_permt_addr1                     => tbh_rec.p_permt_addr1,
      x_p_permt_addr2                     => tbh_rec.p_permt_addr2,
      x_p_permt_city                      => tbh_rec.p_permt_city,
      x_p_permt_state                     => tbh_rec.p_permt_state,
      x_p_permt_zip                       => tbh_rec.p_permt_zip,
      x_p_permt_addr_chg_date             => tbh_rec.p_permt_addr_chg_date,
      x_p_permt_phone                     => tbh_rec.p_permt_phone,
      x_p_email_addr                      => tbh_rec.p_email_addr,
      x_p_date_of_birth                   => tbh_rec.p_date_of_birth,
      x_p_dob_chg_date                    => NULL,
      x_p_license_num                     => tbh_rec.p_license_num,
      x_p_license_state                   => tbh_rec.p_license_state,
      x_p_citizenship_status              => tbh_rec.p_citizenship_status,
      x_p_alien_reg_num                   => tbh_rec.p_alien_reg_num,
      x_p_default_status                  => tbh_rec.p_default_status,
      x_p_foreign_postal_code             => tbh_rec.p_foreign_postal_code,
      x_p_state_of_legal_res              => tbh_rec.p_state_of_legal_res,
      x_p_legal_res_date                  => tbh_rec.p_legal_res_date,
      x_s_ssn                             => tbh_rec.s_ssn,
      x_s_ssn_chg_date                    => NULL,
      x_s_last_name                       => tbh_rec.s_last_name,
      x_s_first_name                      => tbh_rec.s_first_name,
      x_s_middle_name                     => tbh_rec.s_middle_name,
      x_s_permt_addr1                     => tbh_rec.s_permt_addr1,
      x_s_permt_addr2                     => tbh_rec.s_permt_addr2,
      x_s_permt_city                      => tbh_rec.s_permt_city,
      x_s_permt_state                     => tbh_rec.s_permt_state,
      x_s_permt_zip                       => tbh_rec.s_permt_zip,
      x_s_permt_addr_chg_date             => tbh_rec.s_permt_addr_chg_date,
      x_s_permt_phone                     => tbh_rec.s_permt_phone,
      x_s_local_addr1                     => tbh_rec.s_local_addr1,
      x_s_local_addr2                     => tbh_rec.s_local_addr2,
      x_s_local_city                      => tbh_rec.s_local_city,
      x_s_local_state                     => tbh_rec.s_local_state,
      x_s_local_zip                       => tbh_rec.s_local_zip,
      x_s_local_addr_chg_date             => NULL,
      x_s_email_addr                      => tbh_rec.s_email_addr,
      x_s_date_of_birth                   => tbh_rec.s_date_of_birth,
      x_s_dob_chg_date                    => NULL,
      x_s_license_num                     => tbh_rec.s_license_num,
      x_s_license_state                   => tbh_rec.s_license_state,
      x_s_depncy_status                   => tbh_rec.s_depncy_status,
      x_s_default_status                  => tbh_rec.s_default_status,
      x_s_citizenship_status              => tbh_rec.s_citizenship_status,
      x_s_alien_reg_num                   => tbh_rec.s_alien_reg_num,
      x_s_foreign_postal_code             => tbh_rec.s_foreign_postal_code,
      x_pnote_batch_id                    => tbh_rec.pnote_batch_id,
      x_pnote_ack_date                    => tbh_rec.pnote_ack_date,
      x_pnote_mpn_ind                     => tbh_rec.pnote_mpn_ind,
      x_award_id                          => tbh_rec.award_id,
      x_base_id                           => tbh_rec.base_id,
      x_document_id_txt                   => tbh_rec.document_id_txt,
      x_loan_key_num                      => tbh_rec.loan_key_num,
      x_interest_rebate_percent_num       => tbh_rec.interest_rebate_percent_num,
      x_fin_award_year                    => tbh_rec.fin_award_year,
      x_cps_trans_num                     => tbh_rec.cps_trans_num,
      x_atd_entity_id_txt                 => tbh_rec.atd_entity_id_txt,
      x_rep_entity_id_txt                 => tbh_rec.rep_entity_id_txt,
      x_source_entity_id_txt              => tbh_rec.source_entity_id_txt,
      x_pymt_servicer_amt                 => tbh_rec.pymt_servicer_amt,
      x_pymt_servicer_date                => tbh_rec.pymt_servicer_date,
      x_book_loan_amt                     => tbh_rec.book_loan_amt,
      x_book_loan_amt_date                => tbh_rec.book_loan_amt_date,
      x_s_chg_birth_date                  => tbh_rec.s_chg_birth_date,
      x_s_chg_ssn                         => tbh_rec.s_chg_ssn,
      x_s_chg_last_name                   => tbh_rec.s_chg_last_name,
      x_b_chg_birth_date                  => tbh_rec.b_chg_birth_date,
      x_b_chg_ssn                         => tbh_rec.b_chg_ssn,
      x_b_chg_last_name                   => tbh_rec.b_chg_last_name,
      x_note_message                      => tbh_rec.note_message,
      x_full_resp_code                    => tbh_rec.full_resp_code,
      x_s_permt_county                    => tbh_rec.s_permt_county,
      x_b_permt_county                    => tbh_rec.b_permt_county,
      x_s_permt_country                   => tbh_rec.s_permt_country,
      x_b_permt_country                   => tbh_rec.b_permt_country,
      x_crdt_decision_status              => tbh_rec.crdt_decision_status,
      x_external_loan_id_txt              => tbh_rec.external_loan_id_txt,
      x_deferment_request_code            => tbh_rec.deferment_request_code,
      x_eft_authorization_code            => tbh_rec.eft_authorization_code,
      x_requested_loan_amt                => tbh_rec.requested_loan_amt,
      x_actual_record_type_code           => tbh_rec.actual_record_type_code,
      x_reinstatement_amt                 => tbh_rec.reinstatement_amt,
      x_lender_use_txt                    => tbh_rec.lender_use_txt,
      x_guarantor_use_txt                 => tbh_rec.guarantor_use_txt,
      x_fls_approved_amt                  => tbh_rec.fls_approved_amt,
      x_flu_approved_amt                  => tbh_rec.flu_approved_amt,
      x_flp_approved_amt                  => tbh_rec.flp_approved_amt,
      x_alt_approved_amt                  => tbh_rec.alt_approved_amt,
      x_loan_app_form_code                => tbh_rec.loan_app_form_code,
      x_alt_borrower_ind_flag             => tbh_rec.alt_borrower_ind_flag,
      x_school_id_txt                     => tbh_rec.school_id_txt,
      x_cost_of_attendance_amt            => tbh_rec.cost_of_attendance_amt,
      x_established_fin_aid_amount        => tbh_rec.established_fin_aid_amount,
      x_student_electronic_sign_flag      => tbh_rec.student_electronic_sign_flag,
      x_mpn_type_flag                     => tbh_rec.mpn_type_flag,
      x_school_use_txt                    => tbh_rec.school_use_txt,
      x_expect_family_contribute_amt      => tbh_rec.expect_family_contribute_amt,
      x_borower_electronic_sign_flag      => tbh_rec.borower_electronic_sign_flag,
      x_borower_credit_authoriz_flag      => tbh_rec.borower_credit_authoriz_flag,
      x_esign_src_typ_cd                  => tbh_rec.esign_src_typ_cd

    );