HR_KK_LN_VW

(SQL View)
Index Back

e

This record contains the consolidated payroll accounting detail used in Commitment Control

SELECT A.RUN_DT ,A.SEQNUM ,A.KK_AMOUNT_TYPE ,A.ACCOUNTING_DT ,A.LINE_NBR ,A.BUSINESS_UNIT_GL ,A.ACCOUNT ,A.DEPTID ,%subrec(CF14_AN_SBR, A) ,A.BUSINESS_UNIT_PC ,A.PROJECT_ID ,A.ACTIVITY_ID ,A.RESOURCE_TYPE ,A.STATISTICS_CODE ,A.MONETARY_AMOUNT ,A.FOREIGN_AMOUNT ,A.FOREIGN_CURRENCY ,A.RT_TYPE ,A.RATE_MULT ,A.RATE_DIV ,A.STATISTIC_AMOUNT ,A.LINE_DESCR ,A.BUSINESS_UNIT ,A.CURRENCY_CD ,A.ACCOUNTING_PERIOD ,A.FISCAL_YEAR ,A.LEDGER ,A.LEDGER_GROUP ,A.BUDGET_DT ,A.BUDGET_LINE_STATUS FROM PS_HR_ACCTG_LINE A

  • Parent record: HR_KK_HDR
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 RUN_DT Date(10) DATE Run Date
    2 SEQNUM Number(3,0) SMALLINT NOT NULL Sequence Number
    3 KK_AMOUNT_TYPE Character(1) VARCHAR2(1) NOT NULL Commitment Control Amount Type
    0=Budget
    1=Actuals and Recognized
    2=Encumbrance
    3=Pre-Encumbrance
    4=Collected Revenue
    5=Planned
    7=Actuals, Recognize and Collect
    9=Dynamic
    4 ACCOUNTING_DT Date(10) DATE The accounting entry construction date for a given transaction (a generic field that crosses multiple
    5 LINE_NBR Number(5,0) INTEGER NOT NULL Line Number: 11/24/08 - Added TARGET label [PC product]
    6 BUSINESS_UNIT_GL Character(5) VARCHAR2(5) NOT NULL GL Business Unit
    7 ACCOUNT Character(10) VARCHAR2(10) NOT NULL Account
    8 DEPTID Character(10) VARCHAR2(10) NOT NULL Department

    Prompt Table: DEPT_TBL

    9 OPERATING_UNIT Character(8) VARCHAR2(8) NOT NULL Operating Unit ChartField

    Prompt Table: OPER_UNIT_TBL

    10 PRODUCT Character(6) VARCHAR2(6) NOT NULL Product ChartField

    Prompt Table: PRODUCT_TBL

    11 FUND_CODE Character(5) VARCHAR2(5) NOT NULL Fund Code

    Prompt Table: FUND_TBL

    12 CLASS_FLD Character(5) VARCHAR2(5) NOT NULL Class Field

    Prompt Table: CLASS_CF_TBL

    13 PROGRAM_CODE Character(5) VARCHAR2(5) NOT NULL Program Code ChartField

    Prompt Table: PROGRAM_TBL

    14 BUDGET_REF Character(8) VARCHAR2(8) NOT NULL Budget Reference

    Prompt Table: BUD_REF_TBL

    15 AFFILIATE Character(5) VARCHAR2(5) NOT NULL Affiliate

    Prompt Table: AFFILIATE_VW

    16 AFFILIATE_INTRA1 Character(10) VARCHAR2(10) NOT NULL IntraUnit Affiliate1

    Prompt Table: %EDIT_INTRA01

    17 AFFILIATE_INTRA2 Character(10) VARCHAR2(10) NOT NULL Operating Unit Affiliate

    Prompt Table: %EDIT_INTRA02

    18 CHARTFIELD1 Character(10) VARCHAR2(10) NOT NULL Expansion chartfield 1

    Prompt Table: CHARTFIELD1_TBL

    19 CHARTFIELD2 Character(10) VARCHAR2(10) NOT NULL Expansion Chartfield 2

    Prompt Table: CHARTFIELD2_TBL

    20 CHARTFIELD3 Character(10) VARCHAR2(10) NOT NULL Expansion Chartfield 3

    Prompt Table: CHARTFIELD3_TBL

    21 BUSINESS_UNIT_PC Character(5) VARCHAR2(5) NOT NULL PC Business Unit

    Prompt Table: PC_BU_GL_VW

    22 PROJECT_ID Character(15) VARCHAR2(15) NOT NULL Project Id ChartField

    Prompt Table: PROJECT_ID_VW

    23 ACTIVITY_ID Character(15) VARCHAR2(15) NOT NULL Activity ID

    Prompt Table: PROJ_ACT_FVW

    24 RESOURCE_TYPE Character(5) VARCHAR2(5) NOT NULL Source Type

    Prompt Table: PROJ_RESTYPE_FS

    25 STATISTICS_CODE Character(3) VARCHAR2(3) NOT NULL Statistics Code
    26 MONETARY_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the monetary amount of a debit or credit in the business unit base currency. Debit entries are positive and credit entries are negative. This amount is only zero if associated with a statistical account.
    27 FOREIGN_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the monetary amount of a debit or credit (accounting entry line) in the entry currency of the item. The sum of FOREIGN_AMOUNT values on AR lines should equal the ENTRY_AMT on the pending item.
    28 FOREIGN_CURRENCY Character(3) VARCHAR2(3) NOT NULL Foreign Currency Code
    29 RT_TYPE Character(5) VARCHAR2(5) NOT NULL Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical.
    30 RATE_MULT Signed Number(17,8) DECIMAL(15,8) NOT NULL Rate Multiplier
    31 RATE_DIV Number(16,8) DECIMAL(15,8) NOT NULL Rate Divisor
    32 STATISTIC_AMOUNT Signed Number(17,2) DECIMAL(15,2) NOT NULL Specifies the amount associated with a statistical account on a journal line or a distribution line. It represents a quantity rather than a monetary amount and is qualified by the Unit of Measure associated with the STATISTICS_CODE or statistics ACCOUNT.
    33 LINE_DESCR Character(30) VARCHAR2(30) NOT NULL Describes the nature of a journal line. It is defaulted from the description of the Account ChartField or manually entered.
    34 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    35 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
    36 ACCOUNTING_PERIOD Number(3,0) SMALLINT NOT NULL Identifies a time period to which you post transactions. Typically, an accounting period represents a month, but it can also represent a week, a day, or any user-defined interval. An accounting period has a beginning date and an ending date, and is defined in the calendar table.
    37 FISCAL_YEAR Number(4,0) SMALLINT NOT NULL Fiscal Year
    38 LEDGER Character(10) VARCHAR2(10) NOT NULL Ledger
    39 LEDGER_GROUP Character(10) VARCHAR2(10) NOT NULL Ledger Group
    40 BUDGET_DT Date(10) DATE Budget Date
    41 BUDGET_LINE_STATUS Character(1) VARCHAR2(1) NOT NULL -> SL - 15-AUG-2002 MISC_CRITERIA label has been added <-
    B=Bypass
    E=Error
    N=Not Chk'd
    V=Valid
    W=Warning