SEC_BLD_AET(SQL Table) |
Index Back |
---|---|
SEC BLD: Request State Record.The following state record is used in the Security Build Process (SEC_BLD). This state record contains all of the request information to build security values. |
# | 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 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
4 | REQUEST_NBR | Number(4,0) | SMALLINT NOT NULL | Request Number |
5 | SEC_PROCESS_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Security Build Process Type
B=Build Security Values D=Delete Security Values Default Value: B |
6 | PROCESS_FREQUENCY | Character(1) | VARCHAR2(1) NOT NULL |
Process Frequency
A=Always Process N=Don't Run O=Process Once Default Value: N |
7 | PROCESS_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Process Status
A=Active C=Successfully Completed E=Completed With Errors N=Not Yet Processed P=Processing Now X=No Success Default Value: N |
8 | PROCESS_ORIG | Character(1) | VARCHAR2(1) NOT NULL |
Process Origin
N=Other Source P=Process Scheduler Default Value: N |
9 | COMMIT_FREQUENCY | Number(10,0) | DECIMAL(10) NOT NULL | Commit Frequency - Used to determine the commit frequency within a do select loop. |
10 | FIRST_PASS_SW | Character(1) | VARCHAR2(1) NOT NULL |
First Pass Switch
Default Value: Y |
11 | AE_APPLID | Character(12) | VARCHAR2(12) NOT NULL | Program Name (see PSAEAPPLDEFN). |
12 | AE_SECTION | Character(8) | VARCHAR2(8) NOT NULL | Section |
13 | DELETE_LIMIT | Number(12,0) | DECIMAL(12) NOT NULL | Used in GL AE batch processes to perform deletes rather than truncate. |
14 | AE_APPSTATUS | Number(1,0) | SMALLINT NOT NULL |
AE Application Warning Status
Default Value: 0 |
15 | RUN_CNTL_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Run Control Flag
Default Value: N |
16 | CF_SECURITY | Character(1) | VARCHAR2(1) NOT NULL |
Enable ChartField Securtity
0=No Security 1=User ID 2=Role 3=Permission List |
17 | AS_OF_DATE | Date(10) | DATE | As of Date |
18 | INCLUDE_INACTIVE | Character(1) | VARCHAR2(1) NOT NULL | Include Inactive ChartFields |
19 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
20 | DATE_REQ_OPTION2 | Character(1) | VARCHAR2(1) NOT NULL |
Request Date Option
A=As-Of Date S=System Date Default Value: S |
21 | SEC_RULE | Character(10) | VARCHAR2(10) NOT NULL |
Security Rule
Prompt Table: SEC_RULEDFN_VW |
22 | OPRID2 | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID
Prompt Table: SEC_USER_VW2 |
23 | ROLENAME | Character(30) | VARCHAR2(30) NOT NULL |
The name of a Role in the Role Definition Table (see PSROLEDEFN).
Prompt Table: SEC_ROLE_VW |
24 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL |
Operator Class
Prompt Table: SEC_PERM_VW |
25 | SEC_PROCESS_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
CF security build Process Status
C=Successfully Completed E=Completed With Errors W=Completed With Warnings X=No Success |