LOAN_PNOTE_VIEW

(SQL View)
Index Back

Loan Prom Note Action

This record tracks the Promissory Note(s) associated with each Loan Origination record.

select a.emplid, a.institution, a.aid_year, a.acad_career, a.loan_type, a.ln_appl_seq, a.pnote_actn_seq, b.pnote_id, b.ln_pnote_signed, b.pnote_sgntr_dt, a.ln_action_cd, a.ln_action_dt, a.ln_action_status, a.LN_ACTNSTAT_DT, a.pnote_print_seq, a.pnote_print_dttm, a.pnote_print_amt, a.recon_status, a.recon_status_dt, a.ln_book_stat from PS_LOAN_PNOTE_ACTN a, ps_loan_pnote b where a.emplid = b.emplid and a.institution = b.institution and a.aid_year = b.aid_year and a.loan_type = b.loan_type and a.ln_appl_seq = b.ln_appl_seq and a.acad_career = b.acad_career and a.pnote_actn_seq = (select max(c.pnote_actn_seq) from PS_LOAN_PNOTE_ACTN c where a.emplid = c.emplid and a.institution = c.institution and a.aid_year = c.aid_year and a.loan_type = c.loan_type and a.ln_appl_seq = c.ln_appl_seq and a.acad_career = c.acad_career)

  • Parent record: LOAN_PNOTE
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    2 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Prompt Table: INSTITUTION_TBL

    3 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year
    4 ACAD_CAREER Character(4) VARCHAR2(4) NOT NULL Academic Career
    BAC=Bachelor (NLD)
    BBL=Vocational Coaching (NLD)
    BOL=Vocational Training (NLD)
    BUSN=Graduate Business
    CNED=Continuing Education
    CRED=Semester Credit
    EDU=Education (NLD)
    EXED=Extended Education
    GRAD=Graduate
    LAW=Law
    MEDS=Medical School
    NONA=Non Award
    PGRD=Postgraduate
    RSCH=Research
    TECH=Technical
    UENG=Undergraduate Engineering
    UGRD=Undergraduate
    VAVO=Advanced General Educ. (NLD)
    VETM=Veterinary Medicine
    5 LOAN_TYPE Character(4) VARCHAR2(4) NOT NULL Loan Type Cd
    6 LN_APPL_SEQ Number(2,0) SMALLINT NOT NULL Loan Application Seq Num
    7 PNOTE_ACTN_SEQ Number(3,0) SMALLINT NOT NULL Promissory Note Action Seq
    8 PNOTE_ID Character(10) VARCHAR2(10) NOT NULL Promissory Note ID
    9 LN_PNOTE_SIGNED Character(1) VARCHAR2(1) NOT NULL Borrower Signature
    10 PNOTE_SGNTR_DT Date(10) DATE Promissory Note Signature Dt
    11 LN_ACTION_CD Character(4) VARCHAR2(4) NOT NULL Loan Action Cd
    12 LN_ACTION_DT DateTime(26) TIMESTAMP Loan Action Dttm
    13 LN_ACTION_STATUS Character(1) VARCHAR2(1) NOT NULL Loan Action Status
    A=Accptd-Not Applied
    B=Accepted
    F=Failed Rule
    I=Invalid
    L=Lower Endorser Amount accepted
    O=Authorized for Transfer
    P=Pending
    R=Rejected
    T=Transmitted
    U=Received
    W=Accepted with Corrected Award
    14 LN_ACTNSTAT_DT Date(10) DATE Loan Action Status Dt
    15 PNOTE_PRINT_SEQ Number(2,0) SMALLINT NOT NULL Promissory Note Print Seq
    16 PNOTE_PRINT_DTTM DateTime(26) TIMESTAMP Promissory Note Print Dttm
    17 PNOTE_PRINT_AMT Number(5,0) INTEGER NOT NULL Promissory Note Print Amt
    18 RECON_STATUS Character(1) VARCHAR2(1) NOT NULL Reconciliation Status
    19 RECON_STATUS_DT Date(10) DATE Reconciliation Status Date
    20 LN_BOOK_STAT Character(1) VARCHAR2(1) NOT NULL Direct Lending Booked Status
    A=Booked
    R=Unbooked