KK_INQ_CLS_VW2(SQL View) |
Index Back |
---|
SELECT A.BUSINESS_UNIT ,A.LEDGER_GROUP ,A.PROCESS_INSTANCE ,A.REQUEST_NBR ,A.CLOSING_RULE_SET ,A.OPRID ,A.RUN_CNTL_ID ,A.AS_OF_DATE ,A.DTTM_STAMP FROM PS_KK_CLOSE_PR_LOG A WHERE A.CALC_LOG_OPTION IN ('C','O') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BU_GL_NONVW |
2 | LEDGER_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
Ledger Group
Prompt Table: SP_LGRPKK_NONVW |
3 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
4 | REQUEST_NBR | Number(4,0) | SMALLINT NOT NULL | Request Number |
5 | CLOSING_RULE_SET | Character(20) | VARCHAR2(20) NOT NULL | Commitment Control Closing Rule Set |
6 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
7 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
8 | AS_OF_DATE | Date(10) | DATE | As of Date |
9 | DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |