GM_SP_BUDCT_LNG

(SQL View)
Index Back

Sponsor Budget Cats Language


SELECT A.SETID ,A.CUST_ID ,B.LANGUAGE_CD ,A.EFFDT ,A.BUDGET_CATEGORY ,B.DESCR FROM PS_GM_SP_BUD_CAT A , PS_GM_BUD_CAT_LNG B WHERE A.SETID = B.SETID AND A.BUDGET_CATEGORY = B.BUDGET_CATEGORY AND B.EFFDT =( SELECT MAX(EFFDT) FROM PS_GM_BUD_CAT_LNG C WHERE B.SETID=C.SETID AND B.BUDGET_CATEGORY=C.BUDGET_CATEGORY)

  • Related Language Record for GM_SP_BCAT_VW2 GM_SP_BUDCAT_VW GM_SP_BUDCT2_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Prompt Table: SP_SETID_NONVW

    2 CUST_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.

    Prompt Table: CUSTOMER

    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: GM_SP_BUDCAT_DT.EFFDT

    5 BUDGET_CATEGORY Character(15) VARCHAR2(15) NOT NULL BUDGET_CATEGORY

    Prompt Table: GM_BUD_CATEGORY

    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description