RSF_OPP_NEED(SQL Table) |
Index Back |
---|---|
Opportunity NeedsRecord stores information about all the NEeds for an opportunity |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPPORTUNITY_ID | Character(15) | VARCHAR2(15) NOT NULL |
Opportunity ID
Prompt Table: RSF_OPPORTUNITY |
2 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
3 | PROD_SETID | Character(5) | VARCHAR2(5) NOT NULL | Product SET ID |
4 | DATE_FULFILLED | Date(10) | DATE | Date When the Fulfillment was sent |
5 | NEED_ID | Character(15) | VARCHAR2(15) NOT NULL |
Need ID
Prompt Table:
RSF_NEED_TYPE_V
|
6 | PRIORITY_ID | Character(15) | VARCHAR2(15) NOT NULL |
Relationship Priority
Prompt Table:
RSF_NEED_PRTY_V
|
7 | IMPACT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Impact ID
Prompt Table:
RSF_NEED_IMPT_V
|
8 | STATUS_ID | Character(15) | VARCHAR2(15) NOT NULL |
Relationship Status ID
Prompt Table:
RSF_NEED_STAT_V
|
9 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
10 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
11 | REQUIRED_DATE | Date(10) | DATE | Required By |
12 | PRIORITY_CHAR | Character(1) | VARCHAR2(1) NOT NULL |
Priority Char (1) field. PRIORITY is a Numeric field, so we could not provide any XLAT for that. So created this field.
1=Urgent Priority 2=High Priority 3=Medium Priority 4=Low Priority |
13 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL |
Person ID
Prompt Table: RSF_SUSER_VW |
14 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL |
This field indicates the Business Object ID for the contact.
Prompt Table: RSF_OPP_CONT_VW |
15 | CONTACT_NAME | Character(50) | VARCHAR2(50) NOT NULL |
The individual contact name associated with a given bank/counterparty.
Prompt Table: RSF_OPP_CONT_VW |
16 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL |
This field stores the Business Object ID for the customer.
Prompt Table: RSF_OPP_PART_VW |
17 | RESOLVED_IND | Character(1) | VARCHAR2(1) NOT NULL | Resolved Indicator |
18 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
19 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
20 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
21 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
22 | 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. |
23 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |