BCT_HIST_CTL(SQL Table) |
Index Back |
---|---|
BCTP Control Log HistoryStage history record containing transaction headers. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BUIN_NONVW |
2 | EIP_CTL_ID | Character(25) | VARCHAR2(25) NOT NULL | Enterprise Components EIP (enterprise integration point) control field |
3 | HIST_DT_TIMESTAMP | DateTime(26) | TIMESTAMP NOT NULL | Date/Time Purged |
4 | TRANS_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL | Transaction Program |
5 | TRANSACTION_CODE | Character(4) | VARCHAR2(4) NOT NULL | Transaction Code |
6 | DT_TIMESTAMP | DateTime(26) | TIMESTAMP NOT NULL | Date Timestamp |
7 | BCT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Transaction status in the stage table
0=New 1=Error 2=Complete 3=In Process 4=Reprocess 5=Incomplete 6=Confirmed |
8 | BCT_SOURCE | Character(1) | VARCHAR2(1) NOT NULL |
Indicates the source where the transaction was created
1=Msg Agent 2=Page 3=Batch 4=Auto Gen 5=Message |
9 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
10 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
11 | DEVICE_ID | Character(10) | VARCHAR2(10) NOT NULL | Device ID |
12 | DEVICE_LAST_SEQ | Number(5,0) | INTEGER NOT NULL | Device Last Sequence Number |
13 | DEVICE_DTTIME | DateTime(26) | TIMESTAMP | Device Date Time |
14 | EIP_TRANS_SRC_REF | Character(30) | VARCHAR2(30) NOT NULL | Source Reference |
15 | EIP_TRANS_SRC | Character(30) | VARCHAR2(30) NOT NULL | 08/02/99 NAS: Created the field for MES but it will be owned by Entreprise, they just don't know it yet :-) |
16 | PUBNODE | Character(30) | VARCHAR2(30) NOT NULL | Application Messaging Publication Node. This refers to the Node that the Application Message Instance was published from. |
17 | CHNLNAME | Character(30) | VARCHAR2(30) NOT NULL | Channel Name (see PSCHNLDEFN). |
18 | PUBID | Signed Number(11,0) | DECIMAL(10) NOT NULL | Publication Identifier |
19 | MSGNAME | Character(30) | VARCHAR2(30) NOT NULL | Application Message Name. Name of the Application Message Definition. (see PSMSGDEFN). |
20 | SUBNAME | Character(30) | VARCHAR2(30) NOT NULL | Name of a Subscription, which defines which subscription process is invoked when you receive an application message. |
21 | ERRORS_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Indicates errors were found
N=No Y=Yes Y/N Table Edit Default Value: N |
22 | PARTIAL_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Flag to indicate only part of a request was completed.
Y/N Table Edit Default Value: N |