Go To View:  RETURN TO BANNER ODS META DATA REPORTS LIST
Finance Reporting View Reports

SGHE Banner Operational Data Store
Reporting View Target: PURCHASE_ORDER_ACCOUNTING

Description Contains current general purchase order accounting data including fiscal year/period, accounting distribution, and amounts. Additional reporting can be by financial manager or the various hierarchy levels of the fund, organization code, account, program, and location.
Key & Frequency One row per purchase order per item per sequence number.
Recommended Search Columns CHART_OF_ACCOUNTS, ACCOUNT
CHART_OF_ACCOUNTS, FUND
CHART_OF_ACCOUNTS, LOCATION
CHART_OF_ACCOUNTS, ORGANIZATION_CODE
CHART_OF_ACCOUNTS, PROGRAM
PURCHASE_ORDER, ITEM, SEQUENCE_NUMBER

Target Column Business Definition Database Data Type Source Name Source Column
ACCOUNT Code representing an account, such as assets, liability, control, fund balance, revenue, labor, expenditure or transfer. VARCHAR2(63)

FPRPODA

FPRPODA_ACCT_CODE

ACCOUNTING_ID Accounting identification number. VARCHAR2(63)

NA

NA

ACCOUNT_DESC Account code description or title. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

ACCOUNT_DESC_1 Retrieves description or title level 1 within this account hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_DESC_2 Retrieves description or title level 2 within this account hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_DESC_3 Retrieves description or title level 3 within this account hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_DESC_4 Retrieves description or title level 4 within this account hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_INDEX Account Index used to default an accounting distribution. VARCHAR2(63)

FPRPODA

FPRPODA_ACCI_CODE

ACCOUNT_INDEX_DESC Description of the account index. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

ACCOUNT_INDEX_STATUS Extracted current status of the associated account index. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FINANCE_STATUS

ACCOUNT_LEVEL_1 Retrieves level 1 account within this account hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_LEVEL_2 Retrieves level 2 account within this account hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_LEVEL_3 Retrieves level 3 account within this account hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_LEVEL_4 Retrieves level 4 account within this account hierarchy. VARCHAR2(63)

FTVACCT

FTVACCT_ACCT_CODE

ACCOUNT_STATUS Current status of the associated account. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FINANCE_STATUS

ACCOUNT_STATUS_1 Retrieves status of level 1 account within this account hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_STATUS_2 Retrieves status of level 2 account within this account hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_STATUS_3 Retrieves status of level 3 account within this account hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_STATUS_4 Retrieves status of level 4 account within this account hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ACCT_HIER

ACCOUNT_TYPE_DESC_1 Retrieves description or title level 1 within this account type hierarchy. VARCHAR2(255)

FTVATYP

FTVATYP_TITLE

ACCOUNT_TYPE_DESC_2 Retrieves description or title level 2 within this account type hierarchy. VARCHAR2(255)

FTVATYP

FTVATYP_TITLE

ACCOUNT_TYPE_LEVEL_1 Retrieves level 1 account type grouping within this account type hierarchy. VARCHAR2(63)

FTVATYP

FTVATYP_ATYP_CODE

ACCOUNT_TYPE_LEVEL_2 Retrieves level 2 account type grouping within this account type hierarchy. VARCHAR2(63)

FTVATYP

FTVATYP_ATYP_CODE

ACCOUNT_TYPE_STATUS_1 Retrieves status of level 1 account type within this account type hierarchy. VARCHAR2(63)

FTVATYP

FTVATYP_STATUS_IND

ACCOUNT_TYPE_STATUS_2 Retrieves status of level 2 account type within this account type hierarchy. VARCHAR2(63)

FTVATYP

FTVATYP_STATUS_IND

ACTIVITY Code used to identify accounting data by activity. VARCHAR2(63)

FPRPODA

FPRPODA_ACTV_CODE

ACTIVITY_DATE Date that information for this record in the table was entered or last updated. DATE

FPRPODA

FPRPODA_ACTIVITY_DATE

ACTIVITY_DESC Activity code title or description. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

ACTIVITY_STATUS Extracted current status of the associated activity. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FINANCE_STATUS

ADDITIONAL_AMOUNT Amount of additional charges for this invoice accounting amount on this invoice or purchase order. NUMBER

CALCULATION

NVL(FPRPODT_ADDL_CHRG_AMT,0)

ADDITIONAL_AMOUNT_RULE_CLASS Accounting transaction code used to post to the ledgers for purchase order additional charges when using non-consolidated posting. VARCHAR2(63)

FPRPODA

FPRPODA_ADDL_RUCL_CODE

ADDITIONAL_AMT_RULE_CLASS_DESC Purchase order additional charges rule class code description. VARCHAR2(255)

FUNCTION

F_GET_FINANCE_DESC

ADDITIONAL_CHARGE_PERCENT Additional amount percent used for the purchase order accounting transcation. NUMBER

FPRPODA

FPRPODA_ADDL_AMT_PCT

ADMINISTRATIVE_GROUP Administrative-oriented identifier for the record used to determine access authorization to this record. Institution defined. VARCHAR2(255)

NA

NA

AMOUNT Amount related to a purchase order's accounting line. NUMBER

CALCULATION

NVL(FPRPODA_AMT,0)

APPROVED_CHARGE_AMOUNT Calculation to determine the actual cost within an accounting line. NUMBER

CALCULATION

NVL(FPRPODA_AMT,0)+NVL(FPRPODA_ADDL_CHRG_AMT,0)+NVL(FPRPODA_TAX_AMT,0)-NVL(FPRPODA_DISC_AMT,0)

CHART_OF_ACCOUNTS Identifies the chart from other charts in a multi-chart environment. VARCHAR2(63)

FPRPODA

FPRPODA_COAS_CODE

CHART_OF_ACCOUNTS_DESC Chart of accounts code description or title. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

CHART_OF_ACCOUNTS_STATUS Extracted current status of the associated chart of accounts. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FINANCE_STATUS

CLOSED_IND Indicates if the document has been closed from an encumbrance perspective. VARCHAR2(1)

CALCULATION

NVL(FPRPODA_CLOSED_IND,'N')

CONVERTED_ADDITIONAL_AMOUNT Base currency additional charges amount calculated for this accounting record. NUMBER

CALCULATION

NVL(FPRPODA_CONVERT_ADDL_CHRG_AMT,0)

CONVERTED_AMOUNT Base currency amount calculated for this accounting record. NUMBER

CALCULATION

NVL(FPRPODA_CONVERT_AMT,0)

CONVERTED_DISCOUNT_AMOUNT Base currency discount amount calculated for this accounting record. NUMBER

CALCULATION

NVL(FPRPODA_CONVERT_DISC_AMT,0)

CONVERTED_TAX_AMOUNT Base currency tax amount calculated for this accounting record. NUMBER

CALCULATION

NVL(FPRPODA_CONVERT_TAX_AMT,0)

DISCOUNT_AMOUNT Value of the discount taken on the invoice or purchase order accounting amount. NUMBER

CALCULATION

NVL(FPRPODA_DISC_AMT,0)

DISCOUNT_PERCENT Discount percent for the purchase order accounting transaction. NUMBER

FPRPODA

FPRPODA_DISC_AMT_PCT

DISCOUNT_RULE_CLASS Accounting transaction code used to post to the ledgers for a purchase order discount when using non-consolidated posting. VARCHAR2(63)

FPRPODA

FPRPODA_DISC_RUCL_CODE

DISCOUNT_RULE_CLASS_DESC Purchase order discount rule class code description. VARCHAR2(255)

FUNCTION

F_GET_FINANCE_DESC

DISTRIBUTION_PERCENT Percentage of the of the transaction total amount assigned to this accounting distribution. NUMBER

FPRPODA

FPRPODA_APPR_AMT_PCT

ENCUMBRANCE_ADJUSTMENT_AMOUNT Encumbrance amount that will be posted to the encumbrance ledger to adjust the encumbrance to accurately reflect the new purchase order change amount and any encumbrance liquidations. NUMBER

CALCULATION

NVL(FPRPODA_ENCB_ADJT_AMT,0)

FISCAL_PERIOD Unique identifier for a period within a fiscal year. Generally a fiscal period would be a value between 00 and 14. VARCHAR2(63)

FPRPODA

FPRPODA_PERIOD

FISCAL_YEAR Unique identifier or code for the fiscal year. VARCHAR2(63)

FUNCTION

FOFYCNV

FUND Financial Aid Fund code to be associated with information in this record. VARCHAR2(63)

FPRPODA

FPRPODA_FUND_CODE

FUND_DESC Description or title of the associated fund. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

FUND_DESC_1 Retrieves description or title level 1 within this fund hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_DESC_2 Retrieves description or title level 2 within this fund hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_DESC_3 Retrieves description or title level 3 within this fund hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_DESC_4 Retrieves description or title level 4 within this fund hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_DESC_5 Retrieves description or title level 5 within this fund hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_FINANCIAL_MANAGER_ID System generated or manually assigned ID that uniquely identifies the financial manager. VARCHAR2(63)

FUNCTION

MGKFUNC.F_GET_PERSON_INFO

FUND_FINANCIAL_MANAGER_NAME Combination of the person's last name, first name, and middle initial into one value. VARCHAR2(255)

FUNCTION

MGKFUNC.F_GET_PERSON_INFO

FUND_FINANCIAL_MANAGER_UID System generated, unique, internal identification number assigned to the financial manager associated with this fund. NUMBER

FTVFUND

FTVFUND_FMGR_CODE_PIDM

FUND_LEVEL_1 Retrieves level 1 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_LEVEL_2 Retrieves level 2 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_LEVEL_3 Retrieves level 3 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_LEVEL_4 Retrieves level 4 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_LEVEL_5 Retrieves level 5 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_STATUS Extracted current status of the associated fund. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FINANCE_STATUS

FUND_STATUS_1 Retrieves status of level 1 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_STATUS_2 Retrieves status of level 2 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_STATUS_3 Retrieves status of level 3 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_STATUS_4 Retrieves status of level 4 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_STATUS_5 Retrieves status of level 5 fund within this fund hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FUND_HIER

FUND_TYPE_DESC_1 Retrieves description or title level 1 within this fund type hierarchy. VARCHAR2(255)

FTVFTYP

FTVFTYP_TITLE

FUND_TYPE_DESC_2 Retrieves description or title level 2 within this fund type hierarchy. VARCHAR2(255)

FTVFTYP

FTVFTYP_TITLE

FUND_TYPE_LEVEL_1 Retrieves level 1 fund type grouping within this fund type hierarchy. VARCHAR2(63)

FTVFTYP

FTVFTYP_FTYP_CODE

FUND_TYPE_LEVEL_2 Retrieves level 2 fund type grouping within this fund type hierarchy. VARCHAR2(63)

FTVFTYP

FTVFTYP_FTYP_CODE

FUND_TYPE_STATUS_1 Retrieves status of level 1 fund type within this fund type hierarchy. VARCHAR2(63)

FTVFTYP

FTVFTYP_STATUS_IND

FUND_TYPE_STATUS_2 Retrieves status of level 2 fund type within this fund type hierarchy. VARCHAR2(63)

FTVFTYP

FTVFTYP_STATUS_IND

ITEM System-generated item number which defines this commodity within the purchase order. NUMBER

FPRPODA

FPRPODA_ITEM

LIQUIDATION_RULE_CLASS Accounting transaction code used to post to the ledgers for purchase order liquidations against the original encumbrance. VARCHAR2(63)

FPRPODA

FPRPODA_RUCL_CODE_LIQ

LIQUIDATION_RULE_CLASS_DESC Purchase order liquidation rule class code description. VARCHAR2(255)

FUNCTION

F_GET_FINANCE_DESC

LOCATION Identification accounting code of the physical location of the financial manager. VARCHAR2(63)

FPRPODA

FPRPODA_LOCN_CODE

LOCATION_DESC Extracted description or title of the associated location. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

LOCATION_DESC_1 Retrieves description or title level 1 within this location hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_DESC_2 Retrieves description or title level 2 within this location hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_DESC_3 Retrieves description or title level 3 within this location hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_DESC_4 Retrieves description or title level 4 within this location hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_DESC_5 Retrieves description or title level 5 within this location hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_LEVEL_1 Retrieves level 1 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_LEVEL_2 Retrieves level 2 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_LEVEL_3 Retrieves level 3 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_LEVEL_4 Retrieves level 4 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_LEVEL_5 Retrieves level 5 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_STATUS Extracted current status of the associated location. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FINANCE_STATUS

LOCATION_STATUS_1 Retrieves status level 1 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_STATUS_2 Retrieves status level 2 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_STATUS_3 Retrieves status level 3 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_STATUS_4 Retrieves status level 4 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

LOCATION_STATUS_5 Retrieves status level 5 location within this location hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_LOCN_HIER

MULTI_SOURCE Institution value for the record when the optional multi-institution facility feature has been applied. VARCHAR2(63)

NA

NA

MULTI_SOURCE_DESC Institution description when the optional multi-institution facility feature has been applied. VARCHAR2(255)

NA

NA

NSF_OVERRIDE_IND Indicates if the transaction's non sufficient funds was overriden. VARCHAR2(1)

CALCULATION

NVL(FPRPODA_NSF_OVERRIDE_IND,'N')

NSF_SUSPENSE Indicates that the transaction has been suspended due to a lack of budget. VARCHAR2(63)

FPRPODA

FPRPODA_NSF_SUSP_IND

NSF_SUSPENSE_DESC Description of the suspended code.  

CALCULATION

DECODE(FPRPODA_NSF_SUSP_IND)

ORGANIZATION_CODE Identification accounting code used for the department. VARCHAR2(63)

FPRPODA

FPRPODA_ORGN_CODE

ORGANIZATION_DESC Extracted description or title associated with the organization code. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

ORGANIZATION_DESC_1 Retrieves description or title level 1 within this organization hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_DESC_2 Retrieves description or title level 2 within this organization hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_DESC_3 Retrieves description or title level 3 within this organization hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_DESC_4 Retrieves description or title level 4 within this organization hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_DESC_5 Retrieves description or title level 5 within this organization hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_DESC_6 Retrieves description or title level 6 within this organization hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_DESC_7 Retrieves description or title level 7 within this organization hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_DESC_8 Retrieves description or title level 8 within this organization hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_LEVEL_1 Retrieves level 1 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_LEVEL_2 Retrieves level 2 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_LEVEL_3 Retrieves level 3 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_LEVEL_4 Retrieves level 4 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_LEVEL_5 Retrieves level 5 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_LEVEL_6 Retrieves level 6 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_LEVEL_7 Retrieves level 7 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_LEVEL_8 Retrieves level 8 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_STATUS Extracted current status of the associated organization. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FINANCE_STATUS

ORGANIZATION_STATUS_1 Retrieves status of level 1 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_STATUS_2 Retrieves status of level 2 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_STATUS_3 Retrieves status of level 3 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_STATUS_4 Retrieves status of level 4 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_STATUS_5 Retrieves status of level 5 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_STATUS_6 Retrieves status of level 6 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_STATUS_7 Retrieves status of level 7 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGANIZATION_STATUS_8 Retrieves status of level 8 organization within this organization hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_ORGN_HIER

ORGN_FINANCIAL_MANAGER_ID System generated or manually assigned ID that uniquely identifies the financial manager. VARCHAR2(63)

FUNCTION

MGKFUNC.F_GET_PERSON_INFO

ORGN_FINANCIAL_MANAGER_NAME Combination of the person's last name, first name, and middle initial into one value. VARCHAR2(255)

FUNCTION

MGKFUNC.F_GET_PERSON_INFO

ORGN_FINANCIAL_MANAGER_UID System generated, unique, internal identification number assigned to the financial manager associated with this organization. NUMBER

FTVORGN

FTVORGN_FMGR_CODE_PIDM

PROCESS_GROUP Process-oriented identifier for the record used to determine access authorization to this record. Institution defined. VARCHAR2(255)

NA

NA

PROGRAM Student's program, curriculum or course of study. This may be Data Not Available when program codes have not been defined by the institution. The alternate curriculum identification is by a combination of college, degree and major codes. VARCHAR2(63)

FPRPODA

FPRPODA_PROG_CODE

PROGRAM_DESC Extracted description or title of the associated program. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

PROGRAM_DESC_1 Retrieves description or title level 1 within this program hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_DESC_2 Retrieves description or title level 2 within this program hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_DESC_3 Retrieves description or title level 3 within this program hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_DESC_4 Retrieves description or title level 4 within this program hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_DESC_5 Retrieves description or title level 5 within this program hierarchy. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_LEVEL_1 Retrieves level 1 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_LEVEL_2 Retrieves level 2 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_LEVEL_3 Retrieves level 3 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_LEVEL_4 Retrieves level 4 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_LEVEL_5 Retrieves level 5 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_STATUS Extracted current status of the associated program. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_FINANCE_STATUS

PROGRAM_STATUS_1 Retrieves status of level 1 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_STATUS_2 Retrieves status of level 2 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_STATUS_3 Retrieves status of level 3 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_STATUS_4 Retrieves status of level 4 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROGRAM_STATUS_5 Retrieves status of level 5 program within this program hierarchy. VARCHAR2(63)

FUNCTION

FOKODSF.F_GET_PROG_HIER

PROJECT Work order code used to identify a cost accounting project. VARCHAR2(63)

FPRPODA

FPRPODA_PROJ_CODE

PROJECT_DESC Project description. VARCHAR2(255)

FUNCTION

FOKODSF.F_GET_FINANCE_DESC

PURCHASE_ORDER User-defined or system assigned one-up purchase order number issued to this vendor. VARCHAR2(63)

FPRPODA

FPRPODA_POHD_CODE

RULE_CLASS Accounting transaction code defining rules used to control transactional updates to the ledgers. VARCHAR2(63)

FPRPODA

FPRPODA_RUCL_CODE_PO

RULE_CLASS_DESC Purchase order rule class code description. VARCHAR2(255)

FUNCTION

F_GET_FINANCE_DESC

SEQUENCE_NUMBER System-generated one-up number to support split accounting within a document. NUMBER

FPRPODA

FPRPODA_SEQ_NUM

SUSPENSE_IND Indicator used to inform the user that a document is being held in suspense due to missing or erroneous data content on the accounting line. VARCHAR2(1)

CALCULATION

NVL(FPRPODA_SUSP_IND,'N')

TAX_AMOUNT Amount of tax computed or entered for a document accounting amount. NUMBER

CALCULATION

NVL(FPRPODA_TAX_AMT,0)

TAX_PERCENT Tax percent used for the purchase order accounting transcation. NUMBER

FPRPODA

FPRPODA_TAX_AMT_PCT

TAX_RULE_CLASS Accounting transaction code used to post to the ledgers for purchase order taxes when using non-consolidated posting. VARCHAR2(63)

FPRPODA

FPRPODA_TAX_RUCL_CODE

TAX_RULE_CLASS_DESC Purchase order tax rule class code description. VARCHAR2(255)

FUNCTION

F_GET_FINANCE_DESC

TRANSACTION_DATE The date the transaction was posted. DATE

FPRPODA

FPRPODA_POST_DATE

USER_ID Unique identification code of the user who entered or last modified the item. VARCHAR2(63)

FPRPODA

FPRPODA_USER_ID



Ver: 8.5