OPEN_TRANS_VW(SQL View) |
Index Back |
---|---|
AM Open Transactions-DtTm |
Select OprID, DtTm_Stamp, Business_Unit, Asset_ID, Book, Open_Trans_ID, Calc_Depr_Status, Calc_Dist_Status From PS_OPEN_TRANS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | 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. |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
5 | BOOK | Character(10) | VARCHAR2(10) NOT NULL | Asset Book Name |
6 | OPEN_TRANS_ID | Number(10,0) | DECIMAL(10) NOT NULL | Open Transaction ID |
7 | CALC_DEPR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Depreciation Calc Status
C=Completed Depreciation H=Held For Transfer In I=In Processing N=Never Calculate Depreciation P=Pending Depreciation |
8 | CALC_DIST_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Acctg Entry Creation Status
C=Completed Distribution N=Never Calculate Distribution P=Pending Distribution R=Reconcilie Clearing |