WC_ATTRIB_JOINT(SQL Table) |
Index Back |
---|---|
Dyn Role attrib jointsthis is the building block for the joint conditions in the dynamic query. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ATTRIBUTE_NAME | Character(30) | VARCHAR2(30) NOT NULL | Query Name |
2 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: WC_ATTRIB_REC |
3 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table: PSRECFIELD |
4 | RECNAME1 | Character(15) | VARCHAR2(15) NOT NULL |
Record Name 1
Prompt Table: WC_ATTRIB_REC |
5 | FIELDNAME1 | Character(18) | VARCHAR2(18) NOT NULL |
Field Name 1
Prompt Table: WC_REC1FLD1_VW |
6 | WC_OPERATOR_2 | Character(2) | VARCHAR2(2) NOT NULL |
Operator
<=less than <==less than or equal to <>=not equal ==equal >=greater than >==greater than or equal to Default Value: = |