RC_BS_ACTION(SQL Table) |
Index Back |
---|---|
Branch Script Action DefnScript Action Definition record....... |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RC_ACTION_ID | Number(12,0) | DECIMAL(12) NOT NULL |
Action ID for Branch Scripting
Default Value: 999999999999 |
2 | RC_ACTION_NAME | Character(40) | VARCHAR2(40) NOT NULL | Branch Script Action name........................ |
3 | ACTION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Broadcast
C=CI Method P=PeopleCode T=Transfer Default Value: T |
4 | BCNAME | Character(30) | VARCHAR2(30) NOT NULL |
Business Component Name (see PSBCDEFN).
Prompt Table: RC_AUTHBCNAME |
5 | BCMETHOD | Character(30) | VARCHAR2(30) NOT NULL |
Method
Prompt Table: RC_AUTH_BCMETHD |
6 | RC_METHOD | Character(3) | VARCHAR2(3) NOT NULL |
Instantiated Method................
CRT=Create Method GET=Get Method Default Value: GET |
7 | MENUNAME | Character(30) | VARCHAR2(30) NOT NULL |
Menu Name (see PSMENUDEFN).
Prompt Table: RC_MENUNAME_VW |
8 | BARNAME | Character(30) | VARCHAR2(30) NOT NULL |
Menu Bar Name
Prompt Table: RC_BARNAME_VW |
9 | ITEMNAME | Character(30) | VARCHAR2(30) NOT NULL |
Item Name
Prompt Table: RC_ITEMNAME_VW |
10 | PAGE_NAME | Character(18) | VARCHAR2(18) NOT NULL |
Page Name
Prompt Table: RC_PAGENAME_VW |
11 | SEARCHRECNAME | Character(15) | VARCHAR2(15) NOT NULL | Search Record Name |
12 | RC_PC_FUNCTION | Character(3) | VARCHAR2(3) NOT NULL |
People Code
ATT=Transfer to Attachment ISS=Create Issue PER=Get Person Details PST=Set SetID to Variable SAE=Create Sales Entry VAR=Set Variable |
13 | RC_FUNCTION_ID | Number(6,0) | INTEGER NOT NULL |
Function name for Brach Scripting
Prompt Table: RC_BS_FUNCTIONS |
14 | DESCRLONG | Long Character | CLOB | Long Description |
15 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
16 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
17 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
18 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
19 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
20 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |