DBA Data[Home] [Help]

APPS.IGF_SL_CL_RESP_R4_PKG SQL Statements

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

Line: 93

    x_last_update_date                  IN     DATE        DEFAULT NULL,
    x_last_updated_by                   IN     NUMBER      DEFAULT NULL,
    x_last_update_login                 IN     NUMBER      DEFAULT NULL
  ) AS
  /*
  ||  Created By : viramali
  ||  Created On : 10-MAY-2001
  ||  Purpose : Initialises the Old and New references for the columns of the table.
  ||  Known limitations, enhancements or remarks :
  ||  Change History :
  ||  Who             When            What
  ||  (reverse chronological order - newest change first)
  */

    CURSOR cur_old_ref_values IS
      SELECT   *
      FROM     IGF_SL_CL_RESP_R4_ALL
      WHERE    rowid = x_rowid;
Line: 120

    IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
      CLOSE cur_old_ref_values;
Line: 122

      fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
Line: 213

    IF (p_action = 'UPDATE') THEN
      new_references.creation_date                   := old_references.creation_date;
Line: 221

    new_references.last_update_date                  := x_last_update_date;
Line: 222

    new_references.last_updated_by                   := x_last_updated_by;
Line: 223

    new_references.last_update_login                 := x_last_update_login;
Line: 246

      fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
Line: 274

      SELECT   rowid
      FROM     igf_sl_cl_resp_r4_all
      WHERE    clrp1_id = x_clrp1_id
      FOR UPDATE NOWAIT;
Line: 309

      SELECT   rowid
      FROM     igf_sl_cl_resp_r4_all
      WHERE   ((clrp1_id = x_clrp1_id));
Line: 416

    x_last_update_date                  IN     DATE        DEFAULT NULL,
    x_last_updated_by                   IN     NUMBER      DEFAULT NULL,
    x_last_update_login                 IN     NUMBER      DEFAULT NULL
  ) AS
  /*
  ||  Created By : viramali
  ||  Created On : 10-MAY-2001
  ||  Purpose : Initialises the columns, Checks Constraints, Calls the
  ||            Trigger Handlers for the table, before any DML operation.
  ||  Known limitations, enhancements or remarks :
  ||  Change History :
  ||  Who             When            What
  ||  (reverse chronological order - newest change first)
  */
  BEGIN

    set_column_values (
      p_action,
      x_rowid,
      x_clrp1_id,
      x_loan_number,
      x_fed_stafford_loan_debt,
      x_fed_sls_debt,
      x_heal_debt,
      x_perkins_debt,
      x_other_debt,
      x_crdt_undr_difft_name,
      x_borw_gross_annual_sal,
      x_borw_other_income,
      x_student_major,
      x_int_rate_opt,
      x_repayment_opt_code,
      x_stud_mth_housing_pymt,
      x_stud_mth_crdtcard_pymt,
      x_stud_mth_auto_pymt,
      x_stud_mth_ed_loan_pymt,
      x_stud_mth_other_pymt,
      x_cosnr_1_last_name,
      x_cosnr_1_first_name,
      x_cosnr_1_middle_name,
      x_cosnr_1_ssn,
      x_cosnr_1_citizenship,
      x_cosnr_1_addr_line1,
      x_cosnr_1_addr_line2,
      x_cosnr_1_city,
      x_cosnr_1_state,
      x_cosnr_1_zip,
      x_cosnr_1_zip_suffix,
      x_cosnr_1_phone,
      x_cosnr_1_sig_code,
      x_cosnr_1_gross_anl_sal,
      x_cosnr_1_other_income,
      x_cosnr_1_forn_postal_code,
      x_cosnr_1_forn_phone_prefix,
      x_cosnr_1_dob,
      x_cosnr_1_license_state,
      x_cosnr_1_license_num,
      x_cosnr_1_relationship_to,
      x_cosnr_1_years_at_addr,
      x_cosnr_1_mth_housing_pymt,
      x_cosnr_1_mth_crdtcard_pymt,
      x_cosnr_1_mth_auto_pymt,
      x_cosnr_1_mth_ed_loan_pymt,
      x_cosnr_1_mth_other_pymt,
      x_cosnr_1_crdt_auth_code,
      x_cosnr_2_last_name,
      x_cosnr_2_first_name,
      x_cosnr_2_middle_name,
      x_cosnr_2_ssn,
      x_cosnr_2_citizenship,
      x_cosnr_2_addr_line1,
      x_cosnr_2_addr_line2,
      x_cosnr_2_city,
      x_cosnr_2_state,
      x_cosnr_2_zip,
      x_cosnr_2_zip_suffix,
      x_cosnr_2_phone,
      x_cosnr_2_sig_code,
      x_cosnr_2_gross_anl_sal,
      x_cosnr_2_other_income,
      x_cosnr_2_forn_postal_code,
      x_cosnr_2_forn_phone_prefix,
      x_cosnr_2_dob,
      x_cosnr_2_license_state,
      x_cosnr_2_license_num,
      x_cosnr_2_relationship_to,
      x_cosnr_2_years_at_addr,
      x_cosnr_2_mth_housing_pymt,
      x_cosnr_2_mth_crdtcard_pymt,
      x_cosnr_2_mth_auto_pymt,
      x_cosnr_2_mth_ed_loan_pymt,
      x_cosnr_2_mth_other_pymt,
      x_cosnr_2_crdt_auth_code,
      x_other_loan_amt,
      x_alt_layout_owner_code_txt,
      x_alt_layout_identi_code_txt,
      x_student_school_phone_txt,
      x_first_csgnr_elec_sign_flag,
      x_second_csgnr_elec_sign_flag,
      x_creation_date,
      x_created_by,
      x_last_update_date,
      x_last_updated_by,
      x_last_update_login
    );
Line: 522

    IF (p_action = 'INSERT') THEN
      -- Call all the procedures related to Before Insert.
      IF ( get_pk_for_validation(
             new_references.clrp1_id
           )
         ) THEN
        fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
Line: 533

    ELSIF (p_action = 'UPDATE') THEN
      -- Call all the procedures related to Before Update.
      check_parent_existance;
Line: 537

    ELSIF (p_action = 'DELETE') THEN
      -- Call all the procedures related to Before Delete.
      check_child_existance;
Line: 540

    ELSIF (p_action = 'VALIDATE_INSERT') THEN
      -- Call all the procedures related to Before Insert.
      IF ( get_pk_for_validation (
             new_references.clrp1_id
           )
         ) THEN
        fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
Line: 551

     ELSIF p_action IN ('DELETE','VALIDATE_DELETE') THEN
         check_child_existance;
Line: 558

  PROCEDURE insert_row (
    x_rowid                             IN OUT NOCOPY VARCHAR2,
    x_clrp1_id                          IN     NUMBER,
    x_loan_number                       IN     VARCHAR2,
    x_fed_stafford_loan_debt            IN     NUMBER,
    x_fed_sls_debt                      IN     NUMBER,
    x_heal_debt                         IN     NUMBER,
    x_perkins_debt                      IN     NUMBER,
    x_other_debt                        IN     NUMBER,
    x_crdt_undr_difft_name              IN     VARCHAR2,
    x_borw_gross_annual_sal             IN     NUMBER,
    x_borw_other_income                 IN     NUMBER,
    x_student_major                     IN     VARCHAR2,
    x_int_rate_opt                      IN     VARCHAR2,
    x_repayment_opt_code                IN     VARCHAR2,
    x_stud_mth_housing_pymt             IN     NUMBER,
    x_stud_mth_crdtcard_pymt            IN     NUMBER,
    x_stud_mth_auto_pymt                IN     NUMBER,
    x_stud_mth_ed_loan_pymt             IN     NUMBER,
    x_stud_mth_other_pymt               IN     NUMBER,
    x_cosnr_1_last_name                 IN     VARCHAR2,
    x_cosnr_1_first_name                IN     VARCHAR2,
    x_cosnr_1_middle_name               IN     VARCHAR2,
    x_cosnr_1_ssn                       IN     VARCHAR2,
    x_cosnr_1_citizenship               IN     VARCHAR2,
    x_cosnr_1_addr_line1                IN     VARCHAR2,
    x_cosnr_1_addr_line2                IN     VARCHAR2,
    x_cosnr_1_city                      IN     VARCHAR2,
    x_cosnr_1_state                     IN     VARCHAR2,
    x_cosnr_1_zip                       IN     VARCHAR2,
    x_cosnr_1_zip_suffix                IN     VARCHAR2,
    x_cosnr_1_phone                     IN     VARCHAR2,
    x_cosnr_1_sig_code                  IN     VARCHAR2,
    x_cosnr_1_gross_anl_sal             IN     NUMBER,
    x_cosnr_1_other_income              IN     NUMBER,
    x_cosnr_1_forn_postal_code          IN     VARCHAR2,
    x_cosnr_1_forn_phone_prefix         IN     VARCHAR2,
    x_cosnr_1_dob                       IN     DATE,
    x_cosnr_1_license_state             IN     VARCHAR2,
    x_cosnr_1_license_num               IN     VARCHAR2,
    x_cosnr_1_relationship_to           IN     VARCHAR2,
    x_cosnr_1_years_at_addr             IN     VARCHAR2,
    x_cosnr_1_mth_housing_pymt          IN     NUMBER,
    x_cosnr_1_mth_crdtcard_pymt         IN     NUMBER,
    x_cosnr_1_mth_auto_pymt             IN     NUMBER,
    x_cosnr_1_mth_ed_loan_pymt          IN     NUMBER,
    x_cosnr_1_mth_other_pymt            IN     NUMBER,
    x_cosnr_1_crdt_auth_code            IN     VARCHAR2,
    x_cosnr_2_last_name                 IN     VARCHAR2,
    x_cosnr_2_first_name                IN     VARCHAR2,
    x_cosnr_2_middle_name               IN     VARCHAR2,
    x_cosnr_2_ssn                       IN     VARCHAR2,
    x_cosnr_2_citizenship               IN     VARCHAR2,
    x_cosnr_2_addr_line1                IN     VARCHAR2,
    x_cosnr_2_addr_line2                IN     VARCHAR2,
    x_cosnr_2_city                      IN     VARCHAR2,
    x_cosnr_2_state                     IN     VARCHAR2,
    x_cosnr_2_zip                       IN     VARCHAR2,
    x_cosnr_2_zip_suffix                IN     VARCHAR2,
    x_cosnr_2_phone                     IN     VARCHAR2,
    x_cosnr_2_sig_code                  IN     VARCHAR2,
    x_cosnr_2_gross_anl_sal             IN     NUMBER,
    x_cosnr_2_other_income              IN     NUMBER,
    x_cosnr_2_forn_postal_code          IN     VARCHAR2,
    x_cosnr_2_forn_phone_prefix         IN     VARCHAR2,
    x_cosnr_2_dob                       IN     DATE,
    x_cosnr_2_license_state             IN     VARCHAR2,
    x_cosnr_2_license_num               IN     VARCHAR2,
    x_cosnr_2_relationship_to           IN     VARCHAR2,
    x_cosnr_2_years_at_addr             IN     VARCHAR2,
    x_cosnr_2_mth_housing_pymt          IN     NUMBER,
    x_cosnr_2_mth_crdtcard_pymt         IN     NUMBER,
    x_cosnr_2_mth_auto_pymt             IN     NUMBER,
    x_cosnr_2_mth_ed_loan_pymt          IN     NUMBER,
    x_cosnr_2_mth_other_pymt            IN     NUMBER,
    x_cosnr_2_crdt_auth_code            IN     VARCHAR2,
    x_other_loan_amt                    IN     NUMBER  ,
    x_alt_layout_owner_code_txt         IN     VARCHAR2,
    x_alt_layout_identi_code_txt        IN     VARCHAR2,
    x_student_school_phone_txt          IN     VARCHAR2,
    x_first_csgnr_elec_sign_flag        IN     VARCHAR2,
    x_second_csgnr_elec_sign_flag       IN     VARCHAR2,
    x_mode                              IN     VARCHAR2 DEFAULT 'R'
  ) AS
  /*
  ||  Created By : viramali
  ||  Created On : 10-MAY-2001
  ||  Purpose : Handles the INSERT DML logic for the table.
  ||  Known limitations, enhancements or remarks :
  ||  Change History :
  ||  Who             When            What
  ||  (reverse chronological order - newest change first)
  */
    CURSOR c IS
      SELECT   rowid
      FROM     igf_sl_cl_resp_r4_all
      WHERE    clrp1_id                          = x_clrp1_id;
Line: 656

    x_last_update_date           DATE;
Line: 657

    x_last_updated_by            NUMBER;
Line: 658

    x_last_update_login          NUMBER;
Line: 662

    x_program_update_date        DATE;
Line: 666

    x_last_update_date := SYSDATE;
Line: 668

      x_last_updated_by := 1;
Line: 669

      x_last_update_login := 0;
Line: 671

      x_last_updated_by := fnd_global.user_id;
Line: 672

      IF (x_last_updated_by IS NULL) THEN
        x_last_updated_by := -1;
Line: 675

      x_last_update_login := fnd_global.login_id;
Line: 676

      IF (x_last_update_login IS NULL) THEN
        x_last_update_login := -1;
Line: 687

        x_program_update_date    := NULL;
Line: 689

        x_program_update_date    := SYSDATE;
Line: 700

      p_action                            => 'INSERT',
      x_rowid                             => x_rowid,
      x_clrp1_id                          => x_clrp1_id,
      x_loan_number                       => x_loan_number,
      x_fed_stafford_loan_debt            => x_fed_stafford_loan_debt,
      x_fed_sls_debt                      => x_fed_sls_debt,
      x_heal_debt                         => x_heal_debt,
      x_perkins_debt                      => x_perkins_debt,
      x_other_debt                        => x_other_debt,
      x_crdt_undr_difft_name              => x_crdt_undr_difft_name,
      x_borw_gross_annual_sal             => x_borw_gross_annual_sal,
      x_borw_other_income                 => x_borw_other_income,
      x_student_major                     => x_student_major,
      x_int_rate_opt                      => x_int_rate_opt,
      x_repayment_opt_code                => x_repayment_opt_code,
      x_stud_mth_housing_pymt             => x_stud_mth_housing_pymt,
      x_stud_mth_crdtcard_pymt            => x_stud_mth_crdtcard_pymt,
      x_stud_mth_auto_pymt                => x_stud_mth_auto_pymt,
      x_stud_mth_ed_loan_pymt             => x_stud_mth_ed_loan_pymt,
      x_stud_mth_other_pymt               => x_stud_mth_other_pymt,
      x_cosnr_1_last_name                 => x_cosnr_1_last_name,
      x_cosnr_1_first_name                => x_cosnr_1_first_name,
      x_cosnr_1_middle_name               => x_cosnr_1_middle_name,
      x_cosnr_1_ssn                       => x_cosnr_1_ssn,
      x_cosnr_1_citizenship               => x_cosnr_1_citizenship,
      x_cosnr_1_addr_line1                => x_cosnr_1_addr_line1,
      x_cosnr_1_addr_line2                => x_cosnr_1_addr_line2,
      x_cosnr_1_city                      => x_cosnr_1_city,
      x_cosnr_1_state                     => x_cosnr_1_state,
      x_cosnr_1_zip                       => x_cosnr_1_zip,
      x_cosnr_1_zip_suffix                => x_cosnr_1_zip_suffix,
      x_cosnr_1_phone                     => x_cosnr_1_phone,
      x_cosnr_1_sig_code                  => x_cosnr_1_sig_code,
      x_cosnr_1_gross_anl_sal             => x_cosnr_1_gross_anl_sal,
      x_cosnr_1_other_income              => x_cosnr_1_other_income,
      x_cosnr_1_forn_postal_code          => x_cosnr_1_forn_postal_code,
      x_cosnr_1_forn_phone_prefix         => x_cosnr_1_forn_phone_prefix,
      x_cosnr_1_dob                       => x_cosnr_1_dob,
      x_cosnr_1_license_state             => x_cosnr_1_license_state,
      x_cosnr_1_license_num               => x_cosnr_1_license_num,
      x_cosnr_1_relationship_to           => x_cosnr_1_relationship_to,
      x_cosnr_1_years_at_addr             => x_cosnr_1_years_at_addr,
      x_cosnr_1_mth_housing_pymt          => x_cosnr_1_mth_housing_pymt,
      x_cosnr_1_mth_crdtcard_pymt         => x_cosnr_1_mth_crdtcard_pymt,
      x_cosnr_1_mth_auto_pymt             => x_cosnr_1_mth_auto_pymt,
      x_cosnr_1_mth_ed_loan_pymt          => x_cosnr_1_mth_ed_loan_pymt,
      x_cosnr_1_mth_other_pymt            => x_cosnr_1_mth_other_pymt,
      x_cosnr_1_crdt_auth_code            => x_cosnr_1_crdt_auth_code,
      x_cosnr_2_last_name                 => x_cosnr_2_last_name,
      x_cosnr_2_first_name                => x_cosnr_2_first_name,
      x_cosnr_2_middle_name               => x_cosnr_2_middle_name,
      x_cosnr_2_ssn                       => x_cosnr_2_ssn,
      x_cosnr_2_citizenship               => x_cosnr_2_citizenship,
      x_cosnr_2_addr_line1                => x_cosnr_2_addr_line1,
      x_cosnr_2_addr_line2                => x_cosnr_2_addr_line2,
      x_cosnr_2_city                      => x_cosnr_2_city,
      x_cosnr_2_state                     => x_cosnr_2_state,
      x_cosnr_2_zip                       => x_cosnr_2_zip,
      x_cosnr_2_zip_suffix                => x_cosnr_2_zip_suffix,
      x_cosnr_2_phone                     => x_cosnr_2_phone,
      x_cosnr_2_sig_code                  => x_cosnr_2_sig_code,
      x_cosnr_2_gross_anl_sal             => x_cosnr_2_gross_anl_sal,
      x_cosnr_2_other_income              => x_cosnr_2_other_income,
      x_cosnr_2_forn_postal_code          => x_cosnr_2_forn_postal_code,
      x_cosnr_2_forn_phone_prefix         => x_cosnr_2_forn_phone_prefix,
      x_cosnr_2_dob                       => x_cosnr_2_dob,
      x_cosnr_2_license_state             => x_cosnr_2_license_state,
      x_cosnr_2_license_num               => x_cosnr_2_license_num,
      x_cosnr_2_relationship_to           => x_cosnr_2_relationship_to,
      x_cosnr_2_years_at_addr             => x_cosnr_2_years_at_addr,
      x_cosnr_2_mth_housing_pymt          => x_cosnr_2_mth_housing_pymt,
      x_cosnr_2_mth_crdtcard_pymt         => x_cosnr_2_mth_crdtcard_pymt,
      x_cosnr_2_mth_auto_pymt             => x_cosnr_2_mth_auto_pymt,
      x_cosnr_2_mth_ed_loan_pymt          => x_cosnr_2_mth_ed_loan_pymt,
      x_cosnr_2_mth_other_pymt            => x_cosnr_2_mth_other_pymt,
      x_cosnr_2_crdt_auth_code            => x_cosnr_2_crdt_auth_code,
      x_other_loan_amt                    => x_other_loan_amt,
      x_alt_layout_owner_code_txt         => x_alt_layout_owner_code_txt,
      x_alt_layout_identi_code_txt        => x_alt_layout_identi_code_txt,
      x_student_school_phone_txt          => x_student_school_phone_txt,
      x_first_csgnr_elec_sign_flag        => x_first_csgnr_elec_sign_flag,
      x_second_csgnr_elec_sign_flag       => x_second_csgnr_elec_sign_flag,

      x_creation_date                     => x_last_update_date,
      x_created_by                        => x_last_updated_by,
      x_last_update_date                  => x_last_update_date,
      x_last_updated_by                   => x_last_updated_by,
      x_last_update_login                 => x_last_update_login
    );
Line: 790

    INSERT INTO igf_sl_cl_resp_r4_all (
      clrp1_id,
      loan_number,
      fed_stafford_loan_debt,
      fed_sls_debt,
      heal_debt,
      perkins_debt,
      other_debt,
      crdt_undr_difft_name,
      borw_gross_annual_sal,
      borw_other_income,
      student_major,
      int_rate_opt,
      repayment_opt_code,
      stud_mth_housing_pymt,
      stud_mth_crdtcard_pymt,
      stud_mth_auto_pymt,
      stud_mth_ed_loan_pymt,
      stud_mth_other_pymt,
      cosnr_1_last_name,
      cosnr_1_first_name,
      cosnr_1_middle_name,
      cosnr_1_ssn,
      cosnr_1_citizenship,
      cosnr_1_addr_line1,
      cosnr_1_addr_line2,
      cosnr_1_city,
      cosnr_1_state,
      cosnr_1_zip,
      cosnr_1_zip_suffix,
      cosnr_1_phone,
      cosnr_1_sig_code,
      cosnr_1_gross_anl_sal,
      cosnr_1_other_income,
      cosnr_1_forn_postal_code,
      cosnr_1_forn_phone_prefix,
      cosnr_1_dob,
      cosnr_1_license_state,
      cosnr_1_license_num,
      cosnr_1_relationship_to,
      cosnr_1_years_at_addr,
      cosnr_1_mth_housing_pymt,
      cosnr_1_mth_crdtcard_pymt,
      cosnr_1_mth_auto_pymt,
      cosnr_1_mth_ed_loan_pymt,
      cosnr_1_mth_other_pymt,
      cosnr_1_crdt_auth_code,
      cosnr_2_last_name,
      cosnr_2_first_name,
      cosnr_2_middle_name,
      cosnr_2_ssn,
      cosnr_2_citizenship,
      cosnr_2_addr_line1,
      cosnr_2_addr_line2,
      cosnr_2_city,
      cosnr_2_state,
      cosnr_2_zip,
      cosnr_2_zip_suffix,
      cosnr_2_phone,
      cosnr_2_sig_code,
      cosnr_2_gross_anl_sal,
      cosnr_2_other_income,
      cosnr_2_forn_postal_code,
      cosnr_2_forn_phone_prefix,
      cosnr_2_dob,
      cosnr_2_license_state,
      cosnr_2_license_num,
      cosnr_2_relationship_to,
      cosnr_2_years_at_addr,
      cosnr_2_mth_housing_pymt,
      cosnr_2_mth_crdtcard_pymt,
      cosnr_2_mth_auto_pymt,
      cosnr_2_mth_ed_loan_pymt,
      cosnr_2_mth_other_pymt,
      cosnr_2_crdt_auth_code,
      other_loan_amt,
      alt_layout_owner_code_txt,
      alt_layout_identi_code_txt,
      student_school_phone_txt,
      first_csgnr_elec_sign_flag,
      second_csgnr_elec_sign_flag,
      org_id,
      creation_date,
      created_by,
      last_update_date,
      last_updated_by,
      last_update_login,
      request_id,
      program_id,
      program_application_id,
      program_update_date
    ) VALUES (
      new_references.clrp1_id,
      new_references.loan_number,
      new_references.fed_stafford_loan_debt,
      new_references.fed_sls_debt,
      new_references.heal_debt,
      new_references.perkins_debt,
      new_references.other_debt,
      new_references.crdt_undr_difft_name,
      new_references.borw_gross_annual_sal,
      new_references.borw_other_income,
      new_references.student_major,
      new_references.int_rate_opt,
      new_references.repayment_opt_code,
      new_references.stud_mth_housing_pymt,
      new_references.stud_mth_crdtcard_pymt,
      new_references.stud_mth_auto_pymt,
      new_references.stud_mth_ed_loan_pymt,
      new_references.stud_mth_other_pymt,
      new_references.cosnr_1_last_name,
      new_references.cosnr_1_first_name,
      new_references.cosnr_1_middle_name,
      new_references.cosnr_1_ssn,
      new_references.cosnr_1_citizenship,
      new_references.cosnr_1_addr_line1,
      new_references.cosnr_1_addr_line2,
      new_references.cosnr_1_city,
      new_references.cosnr_1_state,
      new_references.cosnr_1_zip,
      new_references.cosnr_1_zip_suffix,
      new_references.cosnr_1_phone,
      new_references.cosnr_1_sig_code,
      new_references.cosnr_1_gross_anl_sal,
      new_references.cosnr_1_other_income,
      new_references.cosnr_1_forn_postal_code,
      new_references.cosnr_1_forn_phone_prefix,
      new_references.cosnr_1_dob,
      new_references.cosnr_1_license_state,
      new_references.cosnr_1_license_num,
      new_references.cosnr_1_relationship_to,
      new_references.cosnr_1_years_at_addr,
      new_references.cosnr_1_mth_housing_pymt,
      new_references.cosnr_1_mth_crdtcard_pymt,
      new_references.cosnr_1_mth_auto_pymt,
      new_references.cosnr_1_mth_ed_loan_pymt,
      new_references.cosnr_1_mth_other_pymt,
      new_references.cosnr_1_crdt_auth_code,
      new_references.cosnr_2_last_name,
      new_references.cosnr_2_first_name,
      new_references.cosnr_2_middle_name,
      new_references.cosnr_2_ssn,
      new_references.cosnr_2_citizenship,
      new_references.cosnr_2_addr_line1,
      new_references.cosnr_2_addr_line2,
      new_references.cosnr_2_city,
      new_references.cosnr_2_state,
      new_references.cosnr_2_zip,
      new_references.cosnr_2_zip_suffix,
      new_references.cosnr_2_phone,
      new_references.cosnr_2_sig_code,
      new_references.cosnr_2_gross_anl_sal,
      new_references.cosnr_2_other_income,
      new_references.cosnr_2_forn_postal_code,
      new_references.cosnr_2_forn_phone_prefix,
      new_references.cosnr_2_dob,
      new_references.cosnr_2_license_state,
      new_references.cosnr_2_license_num,
      new_references.cosnr_2_relationship_to,
      new_references.cosnr_2_years_at_addr,
      new_references.cosnr_2_mth_housing_pymt,
      new_references.cosnr_2_mth_crdtcard_pymt,
      new_references.cosnr_2_mth_auto_pymt,
      new_references.cosnr_2_mth_ed_loan_pymt,
      new_references.cosnr_2_mth_other_pymt,
      new_references.cosnr_2_crdt_auth_code,
      new_references.other_loan_amt,
      new_references.alt_layout_owner_code_txt,
      new_references.alt_layout_identi_code_txt,
      new_references.student_school_phone_txt,
      new_references.first_csgnr_elec_sign_flag,
      new_references.second_csgnr_elec_sign_flag,
      new_references.org_id,
      x_last_update_date,
      x_last_updated_by,
      x_last_update_date,
      x_last_updated_by,
      x_last_update_login ,
      x_request_id,
      x_program_id,
      x_program_application_id,
      x_program_update_date
    );
Line: 982

  END insert_row;
Line: 1078

      SELECT
        loan_number,
        fed_stafford_loan_debt,
        fed_sls_debt,
        heal_debt,
        perkins_debt,
        other_debt,
        crdt_undr_difft_name,
        borw_gross_annual_sal,
        borw_other_income,
        student_major,
        int_rate_opt,
        repayment_opt_code,
        stud_mth_housing_pymt,
        stud_mth_crdtcard_pymt,
        stud_mth_auto_pymt,
        stud_mth_ed_loan_pymt,
        stud_mth_other_pymt,
        cosnr_1_last_name,
        cosnr_1_first_name,
        cosnr_1_middle_name,
        cosnr_1_ssn,
        cosnr_1_citizenship,
        cosnr_1_addr_line1,
        cosnr_1_addr_line2,
        cosnr_1_city,
        cosnr_1_state,
        cosnr_1_zip,
        cosnr_1_zip_suffix,
        cosnr_1_phone,
        cosnr_1_sig_code,
        cosnr_1_gross_anl_sal,
        cosnr_1_other_income,
        cosnr_1_forn_postal_code,
        cosnr_1_forn_phone_prefix,
        cosnr_1_dob,
        cosnr_1_license_state,
        cosnr_1_license_num,
        cosnr_1_relationship_to,
        cosnr_1_years_at_addr,
        cosnr_1_mth_housing_pymt,
        cosnr_1_mth_crdtcard_pymt,
        cosnr_1_mth_auto_pymt,
        cosnr_1_mth_ed_loan_pymt,
        cosnr_1_mth_other_pymt,
        cosnr_1_crdt_auth_code,
        cosnr_2_last_name,
        cosnr_2_first_name,
        cosnr_2_middle_name,
        cosnr_2_ssn,
        cosnr_2_citizenship,
        cosnr_2_addr_line1,
        cosnr_2_addr_line2,
        cosnr_2_city,
        cosnr_2_state,
        cosnr_2_zip,
        cosnr_2_zip_suffix,
        cosnr_2_phone,
        cosnr_2_sig_code,
        cosnr_2_gross_anl_sal,
        cosnr_2_other_income,
        cosnr_2_forn_postal_code,
        cosnr_2_forn_phone_prefix,
        cosnr_2_dob,
        cosnr_2_license_state,
        cosnr_2_license_num,
        cosnr_2_relationship_to,
        cosnr_2_years_at_addr,
        cosnr_2_mth_housing_pymt,
        cosnr_2_mth_crdtcard_pymt,
        cosnr_2_mth_auto_pymt,
        cosnr_2_mth_ed_loan_pymt,
        cosnr_2_mth_other_pymt,
        cosnr_2_crdt_auth_code,
        other_loan_amt,
        alt_layout_owner_code_txt,
        alt_layout_identi_code_txt,
        student_school_phone_txt,
        first_csgnr_elec_sign_flag,
        second_csgnr_elec_sign_flag

      FROM  igf_sl_cl_resp_r4_all
      WHERE rowid = x_rowid
      FOR UPDATE NOWAIT;
Line: 1170

      fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
Line: 1271

  PROCEDURE update_row (
    x_rowid                             IN     VARCHAR2,
    x_clrp1_id                          IN     NUMBER,
    x_loan_number                       IN     VARCHAR2,
    x_fed_stafford_loan_debt            IN     NUMBER,
    x_fed_sls_debt                      IN     NUMBER,
    x_heal_debt                         IN     NUMBER,
    x_perkins_debt                      IN     NUMBER,
    x_other_debt                        IN     NUMBER,
    x_crdt_undr_difft_name              IN     VARCHAR2,
    x_borw_gross_annual_sal             IN     NUMBER,
    x_borw_other_income                 IN     NUMBER,
    x_student_major                     IN     VARCHAR2,
    x_int_rate_opt                      IN     VARCHAR2,
    x_repayment_opt_code                IN     VARCHAR2,
    x_stud_mth_housing_pymt             IN     NUMBER,
    x_stud_mth_crdtcard_pymt            IN     NUMBER,
    x_stud_mth_auto_pymt                IN     NUMBER,
    x_stud_mth_ed_loan_pymt             IN     NUMBER,
    x_stud_mth_other_pymt               IN     NUMBER,
    x_cosnr_1_last_name                 IN     VARCHAR2,
    x_cosnr_1_first_name                IN     VARCHAR2,
    x_cosnr_1_middle_name               IN     VARCHAR2,
    x_cosnr_1_ssn                       IN     VARCHAR2,
    x_cosnr_1_citizenship               IN     VARCHAR2,
    x_cosnr_1_addr_line1                IN     VARCHAR2,
    x_cosnr_1_addr_line2                IN     VARCHAR2,
    x_cosnr_1_city                      IN     VARCHAR2,
    x_cosnr_1_state                     IN     VARCHAR2,
    x_cosnr_1_zip                       IN     VARCHAR2,
    x_cosnr_1_zip_suffix                IN     VARCHAR2,
    x_cosnr_1_phone                     IN     VARCHAR2,
    x_cosnr_1_sig_code                  IN     VARCHAR2,
    x_cosnr_1_gross_anl_sal             IN     NUMBER,
    x_cosnr_1_other_income              IN     NUMBER,
    x_cosnr_1_forn_postal_code          IN     VARCHAR2,
    x_cosnr_1_forn_phone_prefix         IN     VARCHAR2,
    x_cosnr_1_dob                       IN     DATE,
    x_cosnr_1_license_state             IN     VARCHAR2,
    x_cosnr_1_license_num               IN     VARCHAR2,
    x_cosnr_1_relationship_to           IN     VARCHAR2,
    x_cosnr_1_years_at_addr             IN     VARCHAR2,
    x_cosnr_1_mth_housing_pymt          IN     NUMBER,
    x_cosnr_1_mth_crdtcard_pymt         IN     NUMBER,
    x_cosnr_1_mth_auto_pymt             IN     NUMBER,
    x_cosnr_1_mth_ed_loan_pymt          IN     NUMBER,
    x_cosnr_1_mth_other_pymt            IN     NUMBER,
    x_cosnr_1_crdt_auth_code            IN     VARCHAR2,
    x_cosnr_2_last_name                 IN     VARCHAR2,
    x_cosnr_2_first_name                IN     VARCHAR2,
    x_cosnr_2_middle_name               IN     VARCHAR2,
    x_cosnr_2_ssn                       IN     VARCHAR2,
    x_cosnr_2_citizenship               IN     VARCHAR2,
    x_cosnr_2_addr_line1                IN     VARCHAR2,
    x_cosnr_2_addr_line2                IN     VARCHAR2,
    x_cosnr_2_city                      IN     VARCHAR2,
    x_cosnr_2_state                     IN     VARCHAR2,
    x_cosnr_2_zip                       IN     VARCHAR2,
    x_cosnr_2_zip_suffix                IN     VARCHAR2,
    x_cosnr_2_phone                     IN     VARCHAR2,
    x_cosnr_2_sig_code                  IN     VARCHAR2,
    x_cosnr_2_gross_anl_sal             IN     NUMBER,
    x_cosnr_2_other_income              IN     NUMBER,
    x_cosnr_2_forn_postal_code          IN     VARCHAR2,
    x_cosnr_2_forn_phone_prefix         IN     VARCHAR2,
    x_cosnr_2_dob                       IN     DATE,
    x_cosnr_2_license_state             IN     VARCHAR2,
    x_cosnr_2_license_num               IN     VARCHAR2,
    x_cosnr_2_relationship_to           IN     VARCHAR2,
    x_cosnr_2_years_at_addr             IN     VARCHAR2,
    x_cosnr_2_mth_housing_pymt          IN     NUMBER,
    x_cosnr_2_mth_crdtcard_pymt         IN     NUMBER,
    x_cosnr_2_mth_auto_pymt             IN     NUMBER,
    x_cosnr_2_mth_ed_loan_pymt          IN     NUMBER,
    x_cosnr_2_mth_other_pymt            IN     NUMBER,
    x_cosnr_2_crdt_auth_code            IN     VARCHAR2,
    x_other_loan_amt                    IN     NUMBER   ,
    x_alt_layout_owner_code_txt         IN     VARCHAR2 ,
    x_alt_layout_identi_code_txt        IN     VARCHAR2 ,
    x_student_school_phone_txt          IN     VARCHAR2 ,
    x_first_csgnr_elec_sign_flag        IN     VARCHAR2 ,
    x_second_csgnr_elec_sign_flag       IN     VARCHAR2 ,
    x_mode                              IN     VARCHAR2 DEFAULT 'R'
  ) AS
  /*
  ||  Created By : viramali
  ||  Created On : 10-MAY-2001
  ||  Purpose : Handles the UPDATE DML logic for the table.
  ||  Known limitations, enhancements or remarks :
  ||  Change History :
  ||  Who             When            What
  ||  (reverse chronological order - newest change first)
  */
    x_last_update_date           DATE ;
Line: 1365

    x_last_updated_by            NUMBER;
Line: 1366

    x_last_update_login          NUMBER;
Line: 1370

    x_program_update_date        DATE;
Line: 1374

    x_last_update_date := SYSDATE;
Line: 1376

      x_last_updated_by := 1;
Line: 1377

      x_last_update_login := 0;
Line: 1379

      x_last_updated_by := fnd_global.user_id;
Line: 1380

      IF x_last_updated_by IS NULL THEN
        x_last_updated_by := -1;
Line: 1383

      x_last_update_login := fnd_global.login_id;
Line: 1384

      IF (x_last_update_login IS NULL) THEN
        x_last_update_login := -1;
Line: 1394

      p_action                            => 'UPDATE',
      x_rowid                             => x_rowid,
      x_clrp1_id                          => x_clrp1_id,
      x_loan_number                       => x_loan_number,
      x_fed_stafford_loan_debt            => x_fed_stafford_loan_debt,
      x_fed_sls_debt                      => x_fed_sls_debt,
      x_heal_debt                         => x_heal_debt,
      x_perkins_debt                      => x_perkins_debt,
      x_other_debt                        => x_other_debt,
      x_crdt_undr_difft_name              => x_crdt_undr_difft_name,
      x_borw_gross_annual_sal             => x_borw_gross_annual_sal,
      x_borw_other_income                 => x_borw_other_income,
      x_student_major                     => x_student_major,
      x_int_rate_opt                      => x_int_rate_opt,
      x_repayment_opt_code                => x_repayment_opt_code,
      x_stud_mth_housing_pymt             => x_stud_mth_housing_pymt,
      x_stud_mth_crdtcard_pymt            => x_stud_mth_crdtcard_pymt,
      x_stud_mth_auto_pymt                => x_stud_mth_auto_pymt,
      x_stud_mth_ed_loan_pymt             => x_stud_mth_ed_loan_pymt,
      x_stud_mth_other_pymt               => x_stud_mth_other_pymt,
      x_cosnr_1_last_name                 => x_cosnr_1_last_name,
      x_cosnr_1_first_name                => x_cosnr_1_first_name,
      x_cosnr_1_middle_name               => x_cosnr_1_middle_name,
      x_cosnr_1_ssn                       => x_cosnr_1_ssn,
      x_cosnr_1_citizenship               => x_cosnr_1_citizenship,
      x_cosnr_1_addr_line1                => x_cosnr_1_addr_line1,
      x_cosnr_1_addr_line2                => x_cosnr_1_addr_line2,
      x_cosnr_1_city                      => x_cosnr_1_city,
      x_cosnr_1_state                     => x_cosnr_1_state,
      x_cosnr_1_zip                       => x_cosnr_1_zip,
      x_cosnr_1_zip_suffix                => x_cosnr_1_zip_suffix,
      x_cosnr_1_phone                     => x_cosnr_1_phone,
      x_cosnr_1_sig_code                  => x_cosnr_1_sig_code,
      x_cosnr_1_gross_anl_sal             => x_cosnr_1_gross_anl_sal,
      x_cosnr_1_other_income              => x_cosnr_1_other_income,
      x_cosnr_1_forn_postal_code          => x_cosnr_1_forn_postal_code,
      x_cosnr_1_forn_phone_prefix         => x_cosnr_1_forn_phone_prefix,
      x_cosnr_1_dob                       => x_cosnr_1_dob,
      x_cosnr_1_license_state             => x_cosnr_1_license_state,
      x_cosnr_1_license_num               => x_cosnr_1_license_num,
      x_cosnr_1_relationship_to           => x_cosnr_1_relationship_to,
      x_cosnr_1_years_at_addr             => x_cosnr_1_years_at_addr,
      x_cosnr_1_mth_housing_pymt          => x_cosnr_1_mth_housing_pymt,
      x_cosnr_1_mth_crdtcard_pymt         => x_cosnr_1_mth_crdtcard_pymt,
      x_cosnr_1_mth_auto_pymt             => x_cosnr_1_mth_auto_pymt,
      x_cosnr_1_mth_ed_loan_pymt          => x_cosnr_1_mth_ed_loan_pymt,
      x_cosnr_1_mth_other_pymt            => x_cosnr_1_mth_other_pymt,
      x_cosnr_1_crdt_auth_code            => x_cosnr_1_crdt_auth_code,
      x_cosnr_2_last_name                 => x_cosnr_2_last_name,
      x_cosnr_2_first_name                => x_cosnr_2_first_name,
      x_cosnr_2_middle_name               => x_cosnr_2_middle_name,
      x_cosnr_2_ssn                       => x_cosnr_2_ssn,
      x_cosnr_2_citizenship               => x_cosnr_2_citizenship,
      x_cosnr_2_addr_line1                => x_cosnr_2_addr_line1,
      x_cosnr_2_addr_line2                => x_cosnr_2_addr_line2,
      x_cosnr_2_city                      => x_cosnr_2_city,
      x_cosnr_2_state                     => x_cosnr_2_state,
      x_cosnr_2_zip                       => x_cosnr_2_zip,
      x_cosnr_2_zip_suffix                => x_cosnr_2_zip_suffix,
      x_cosnr_2_phone                     => x_cosnr_2_phone,
      x_cosnr_2_sig_code                  => x_cosnr_2_sig_code,
      x_cosnr_2_gross_anl_sal             => x_cosnr_2_gross_anl_sal,
      x_cosnr_2_other_income              => x_cosnr_2_other_income,
      x_cosnr_2_forn_postal_code          => x_cosnr_2_forn_postal_code,
      x_cosnr_2_forn_phone_prefix         => x_cosnr_2_forn_phone_prefix,
      x_cosnr_2_dob                       => x_cosnr_2_dob,
      x_cosnr_2_license_state             => x_cosnr_2_license_state,
      x_cosnr_2_license_num               => x_cosnr_2_license_num,
      x_cosnr_2_relationship_to           => x_cosnr_2_relationship_to,
      x_cosnr_2_years_at_addr             => x_cosnr_2_years_at_addr,
      x_cosnr_2_mth_housing_pymt          => x_cosnr_2_mth_housing_pymt,
      x_cosnr_2_mth_crdtcard_pymt         => x_cosnr_2_mth_crdtcard_pymt,
      x_cosnr_2_mth_auto_pymt             => x_cosnr_2_mth_auto_pymt,
      x_cosnr_2_mth_ed_loan_pymt          => x_cosnr_2_mth_ed_loan_pymt,
      x_cosnr_2_mth_other_pymt            => x_cosnr_2_mth_other_pymt,
      x_cosnr_2_crdt_auth_code            => x_cosnr_2_crdt_auth_code,
      x_other_loan_amt                    => x_other_loan_amt,
      x_alt_layout_owner_code_txt         => x_alt_layout_owner_code_txt,
      x_alt_layout_identi_code_txt        => x_alt_layout_identi_code_txt,
      x_student_school_phone_txt          => x_student_school_phone_txt,
      x_first_csgnr_elec_sign_flag        => x_first_csgnr_elec_sign_flag,
      x_second_csgnr_elec_sign_flag       => x_second_csgnr_elec_sign_flag,

      x_creation_date                     => x_last_update_date,
      x_created_by                        => x_last_updated_by,
      x_last_update_date                  => x_last_update_date,
      x_last_updated_by                   => x_last_updated_by,
      x_last_update_login                 => x_last_update_login
    );
Line: 1492

        x_program_update_date := old_references.program_update_date;
Line: 1494

        x_program_update_date := SYSDATE;
Line: 1498

    UPDATE igf_sl_cl_resp_r4_all
      SET
        loan_number                       = new_references.loan_number,
        fed_stafford_loan_debt            = new_references.fed_stafford_loan_debt,
        fed_sls_debt                      = new_references.fed_sls_debt,
        heal_debt                         = new_references.heal_debt,
        perkins_debt                      = new_references.perkins_debt,
        other_debt                        = new_references.other_debt,
        crdt_undr_difft_name              = new_references.crdt_undr_difft_name,
        borw_gross_annual_sal             = new_references.borw_gross_annual_sal,
        borw_other_income                 = new_references.borw_other_income,
        student_major                     = new_references.student_major,
        int_rate_opt                      = new_references.int_rate_opt,
        repayment_opt_code                = new_references.repayment_opt_code,
        stud_mth_housing_pymt             = new_references.stud_mth_housing_pymt,
        stud_mth_crdtcard_pymt            = new_references.stud_mth_crdtcard_pymt,
        stud_mth_auto_pymt                = new_references.stud_mth_auto_pymt,
        stud_mth_ed_loan_pymt             = new_references.stud_mth_ed_loan_pymt,
        stud_mth_other_pymt               = new_references.stud_mth_other_pymt,
        cosnr_1_last_name                 = new_references.cosnr_1_last_name,
        cosnr_1_first_name                = new_references.cosnr_1_first_name,
        cosnr_1_middle_name               = new_references.cosnr_1_middle_name,
        cosnr_1_ssn                       = new_references.cosnr_1_ssn,
        cosnr_1_citizenship               = new_references.cosnr_1_citizenship,
        cosnr_1_addr_line1                = new_references.cosnr_1_addr_line1,
        cosnr_1_addr_line2                = new_references.cosnr_1_addr_line2,
        cosnr_1_city                      = new_references.cosnr_1_city,
        cosnr_1_state                     = new_references.cosnr_1_state,
        cosnr_1_zip                       = new_references.cosnr_1_zip,
        cosnr_1_zip_suffix                = new_references.cosnr_1_zip_suffix,
        cosnr_1_phone                     = new_references.cosnr_1_phone,
        cosnr_1_sig_code                  = new_references.cosnr_1_sig_code,
        cosnr_1_gross_anl_sal             = new_references.cosnr_1_gross_anl_sal,
        cosnr_1_other_income              = new_references.cosnr_1_other_income,
        cosnr_1_forn_postal_code          = new_references.cosnr_1_forn_postal_code,
        cosnr_1_forn_phone_prefix         = new_references.cosnr_1_forn_phone_prefix,
        cosnr_1_dob                       = new_references.cosnr_1_dob,
        cosnr_1_license_state             = new_references.cosnr_1_license_state,
        cosnr_1_license_num               = new_references.cosnr_1_license_num,
        cosnr_1_relationship_to           = new_references.cosnr_1_relationship_to,
        cosnr_1_years_at_addr             = new_references.cosnr_1_years_at_addr,
        cosnr_1_mth_housing_pymt          = new_references.cosnr_1_mth_housing_pymt,
        cosnr_1_mth_crdtcard_pymt         = new_references.cosnr_1_mth_crdtcard_pymt,
        cosnr_1_mth_auto_pymt             = new_references.cosnr_1_mth_auto_pymt,
        cosnr_1_mth_ed_loan_pymt          = new_references.cosnr_1_mth_ed_loan_pymt,
        cosnr_1_mth_other_pymt            = new_references.cosnr_1_mth_other_pymt,
        cosnr_1_crdt_auth_code            = new_references.cosnr_1_crdt_auth_code,
        cosnr_2_last_name                 = new_references.cosnr_2_last_name,
        cosnr_2_first_name                = new_references.cosnr_2_first_name,
        cosnr_2_middle_name               = new_references.cosnr_2_middle_name,
        cosnr_2_ssn                       = new_references.cosnr_2_ssn,
        cosnr_2_citizenship               = new_references.cosnr_2_citizenship,
        cosnr_2_addr_line1                = new_references.cosnr_2_addr_line1,
        cosnr_2_addr_line2                = new_references.cosnr_2_addr_line2,
        cosnr_2_city                      = new_references.cosnr_2_city,
        cosnr_2_state                     = new_references.cosnr_2_state,
        cosnr_2_zip                       = new_references.cosnr_2_zip,
        cosnr_2_zip_suffix                = new_references.cosnr_2_zip_suffix,
        cosnr_2_phone                     = new_references.cosnr_2_phone,
        cosnr_2_sig_code                  = new_references.cosnr_2_sig_code,
        cosnr_2_gross_anl_sal             = new_references.cosnr_2_gross_anl_sal,
        cosnr_2_other_income              = new_references.cosnr_2_other_income,
        cosnr_2_forn_postal_code          = new_references.cosnr_2_forn_postal_code,
        cosnr_2_forn_phone_prefix         = new_references.cosnr_2_forn_phone_prefix,
        cosnr_2_dob                       = new_references.cosnr_2_dob,
        cosnr_2_license_state             = new_references.cosnr_2_license_state,
        cosnr_2_license_num               = new_references.cosnr_2_license_num,
        cosnr_2_relationship_to           = new_references.cosnr_2_relationship_to,
        cosnr_2_years_at_addr             = new_references.cosnr_2_years_at_addr,
        cosnr_2_mth_housing_pymt          = new_references.cosnr_2_mth_housing_pymt,
        cosnr_2_mth_crdtcard_pymt         = new_references.cosnr_2_mth_crdtcard_pymt,
        cosnr_2_mth_auto_pymt             = new_references.cosnr_2_mth_auto_pymt,
        cosnr_2_mth_ed_loan_pymt          = new_references.cosnr_2_mth_ed_loan_pymt,
        cosnr_2_mth_other_pymt            = new_references.cosnr_2_mth_other_pymt,
        cosnr_2_crdt_auth_code            = new_references.cosnr_2_crdt_auth_code,

        other_loan_amt                    = new_references.other_loan_amt,
        alt_layout_owner_code_txt         = new_references.alt_layout_owner_code_txt,
        alt_layout_identi_code_txt        = new_references.alt_layout_identi_code_txt,
        student_school_phone_txt          = new_references.student_school_phone_txt,
        first_csgnr_elec_sign_flag        = new_references.first_csgnr_elec_sign_flag,
        second_csgnr_elec_sign_flag       = new_references.second_csgnr_elec_sign_flag,

        last_update_date                  = x_last_update_date,
        last_updated_by                   = x_last_updated_by,
        last_update_login                 = x_last_update_login ,
        request_id                        = x_request_id,
        program_id                        = x_program_id,
        program_application_id            = x_program_application_id,
        program_update_date               = x_program_update_date
      WHERE rowid = x_rowid;
Line: 1594

  END update_row;
Line: 1684

  ||  Purpose : Adds a row if there is no existing row, otherwise updates existing row in the table.
  ||  Known limitations, enhancements or remarks :
  ||  Change History :
  ||  Who             When            What
  ||  (reverse chronological order - newest change first)
  */
    CURSOR c1 IS
      SELECT   rowid
      FROM     igf_sl_cl_resp_r4_all
      WHERE    clrp1_id                          = x_clrp1_id;
Line: 1702

      insert_row (
        x_rowid,
        x_clrp1_id,
        x_loan_number,
        x_fed_stafford_loan_debt,
        x_fed_sls_debt,
        x_heal_debt,
        x_perkins_debt,
        x_other_debt,
        x_crdt_undr_difft_name,
        x_borw_gross_annual_sal,
        x_borw_other_income,
        x_student_major,
        x_int_rate_opt,
        x_repayment_opt_code,
        x_stud_mth_housing_pymt,
        x_stud_mth_crdtcard_pymt,
        x_stud_mth_auto_pymt,
        x_stud_mth_ed_loan_pymt,
        x_stud_mth_other_pymt,
        x_cosnr_1_last_name,
        x_cosnr_1_first_name,
        x_cosnr_1_middle_name,
        x_cosnr_1_ssn,
        x_cosnr_1_citizenship,
        x_cosnr_1_addr_line1,
        x_cosnr_1_addr_line2,
        x_cosnr_1_city,
        x_cosnr_1_state,
        x_cosnr_1_zip,
        x_cosnr_1_zip_suffix,
        x_cosnr_1_phone,
        x_cosnr_1_sig_code,
        x_cosnr_1_gross_anl_sal,
        x_cosnr_1_other_income,
        x_cosnr_1_forn_postal_code,
        x_cosnr_1_forn_phone_prefix,
        x_cosnr_1_dob,
        x_cosnr_1_license_state,
        x_cosnr_1_license_num,
        x_cosnr_1_relationship_to,
        x_cosnr_1_years_at_addr,
        x_cosnr_1_mth_housing_pymt,
        x_cosnr_1_mth_crdtcard_pymt,
        x_cosnr_1_mth_auto_pymt,
        x_cosnr_1_mth_ed_loan_pymt,
        x_cosnr_1_mth_other_pymt,
        x_cosnr_1_crdt_auth_code,
        x_cosnr_2_last_name,
        x_cosnr_2_first_name,
        x_cosnr_2_middle_name,
        x_cosnr_2_ssn,
        x_cosnr_2_citizenship,
        x_cosnr_2_addr_line1,
        x_cosnr_2_addr_line2,
        x_cosnr_2_city,
        x_cosnr_2_state,
        x_cosnr_2_zip,
        x_cosnr_2_zip_suffix,
        x_cosnr_2_phone,
        x_cosnr_2_sig_code,
        x_cosnr_2_gross_anl_sal,
        x_cosnr_2_other_income,
        x_cosnr_2_forn_postal_code,
        x_cosnr_2_forn_phone_prefix,
        x_cosnr_2_dob,
        x_cosnr_2_license_state,
        x_cosnr_2_license_num,
        x_cosnr_2_relationship_to,
        x_cosnr_2_years_at_addr,
        x_cosnr_2_mth_housing_pymt,
        x_cosnr_2_mth_crdtcard_pymt,
        x_cosnr_2_mth_auto_pymt,
        x_cosnr_2_mth_ed_loan_pymt,
        x_cosnr_2_mth_other_pymt,
        x_cosnr_2_crdt_auth_code,
        x_other_loan_amt,
        x_alt_layout_owner_code_txt,
        x_alt_layout_identi_code_txt,
        x_student_school_phone_txt  ,
        x_first_csgnr_elec_sign_flag ,
        x_second_csgnr_elec_sign_flag,
        x_mode
      );
Line: 1790

    update_row (
      x_rowid,
      x_clrp1_id,
      x_loan_number,
      x_fed_stafford_loan_debt,
      x_fed_sls_debt,
      x_heal_debt,
      x_perkins_debt,
      x_other_debt,
      x_crdt_undr_difft_name,
      x_borw_gross_annual_sal,
      x_borw_other_income,
      x_student_major,
      x_int_rate_opt,
      x_repayment_opt_code,
      x_stud_mth_housing_pymt,
      x_stud_mth_crdtcard_pymt,
      x_stud_mth_auto_pymt,
      x_stud_mth_ed_loan_pymt,
      x_stud_mth_other_pymt,
      x_cosnr_1_last_name,
      x_cosnr_1_first_name,
      x_cosnr_1_middle_name,
      x_cosnr_1_ssn,
      x_cosnr_1_citizenship,
      x_cosnr_1_addr_line1,
      x_cosnr_1_addr_line2,
      x_cosnr_1_city,
      x_cosnr_1_state,
      x_cosnr_1_zip,
      x_cosnr_1_zip_suffix,
      x_cosnr_1_phone,
      x_cosnr_1_sig_code,
      x_cosnr_1_gross_anl_sal,
      x_cosnr_1_other_income,
      x_cosnr_1_forn_postal_code,
      x_cosnr_1_forn_phone_prefix,
      x_cosnr_1_dob,
      x_cosnr_1_license_state,
      x_cosnr_1_license_num,
      x_cosnr_1_relationship_to,
      x_cosnr_1_years_at_addr,
      x_cosnr_1_mth_housing_pymt,
      x_cosnr_1_mth_crdtcard_pymt,
      x_cosnr_1_mth_auto_pymt,
      x_cosnr_1_mth_ed_loan_pymt,
      x_cosnr_1_mth_other_pymt,
      x_cosnr_1_crdt_auth_code,
      x_cosnr_2_last_name,
      x_cosnr_2_first_name,
      x_cosnr_2_middle_name,
      x_cosnr_2_ssn,
      x_cosnr_2_citizenship,
      x_cosnr_2_addr_line1,
      x_cosnr_2_addr_line2,
      x_cosnr_2_city,
      x_cosnr_2_state,
      x_cosnr_2_zip,
      x_cosnr_2_zip_suffix,
      x_cosnr_2_phone,
      x_cosnr_2_sig_code,
      x_cosnr_2_gross_anl_sal,
      x_cosnr_2_other_income,
      x_cosnr_2_forn_postal_code,
      x_cosnr_2_forn_phone_prefix,
      x_cosnr_2_dob,
      x_cosnr_2_license_state,
      x_cosnr_2_license_num,
      x_cosnr_2_relationship_to,
      x_cosnr_2_years_at_addr,
      x_cosnr_2_mth_housing_pymt,
      x_cosnr_2_mth_crdtcard_pymt,
      x_cosnr_2_mth_auto_pymt,
      x_cosnr_2_mth_ed_loan_pymt,
      x_cosnr_2_mth_other_pymt,
      x_cosnr_2_crdt_auth_code,
      x_other_loan_amt,
      x_alt_layout_owner_code_txt,
      x_alt_layout_identi_code_txt,
      x_student_school_phone_txt  ,
      x_first_csgnr_elec_sign_flag ,
      x_second_csgnr_elec_sign_flag,
      x_mode
    );
Line: 1878

  PROCEDURE delete_row (
    x_rowid IN VARCHAR2
  ) AS
  /*
  ||  Created By : viramali
  ||  Created On : 10-MAY-2001
  ||  Purpose : Handles the DELETE DML logic for the table.
  ||  Known limitations, enhancements or remarks :
  ||  Change History :
  ||  Who             When            What
  ||  (reverse chronological order - newest change first)
  */
  BEGIN

    before_dml (
      p_action => 'DELETE',
      x_rowid => x_rowid
    );
Line: 1897

    DELETE FROM igf_sl_cl_resp_r4_all
    WHERE rowid = x_rowid;
Line: 1904

  END delete_row;