| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
LEAD_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Used by Sales Force Automation, this field uniquely identifies a Sales Lead.
|
| 2 |
OPPORTUNITY_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Opportunity ID
|
| 3 |
SEQ_NBR |
Number(15,0) |
DECIMAL(15) NOT NULL |
Sequence Number
|
| 4 |
TYPE |
Character(4) |
VARCHAR2(4) NOT NULL |
Association Types
|
| 5 |
ASSOC_BUS_UNIT |
Character(5) |
VARCHAR2(5) NOT NULL |
Association Business unit for related objects
|
| 6 |
ASSOC_SETID |
Character(5) |
VARCHAR2(5) NOT NULL |
Used as prompt for associated SETID.
|
| 7 |
CASE_ID |
Number(15,0) |
DECIMAL(15) NOT NULL |
Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table.
|
| 8 |
CLONED_FROM_OPP |
Character(15) |
VARCHAR2(15) NOT NULL |
Cloned from Opportunity ID
|
| 9 |
CLONED_TO_OPP |
Character(15) |
VARCHAR2(15) NOT NULL |
Cloned To Opportunity ID
|
| 10 |
CLONEDFROM_LEAD_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Used by Sales Force Automation, this field uniquely identifies a Sales Lead.
|
| 11 |
CLONEDTO_LEAD_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Used by Sales Force Automation, this field uniquely identifies a Sales Lead.
|
| 12 |
AGR_RENEWAL_NUM |
Number(4,0) |
SMALLINT NOT NULL |
This field represents the agreement renewal number (agreements begin at a value of one and the number is incremented with every renewal)
|
| 13 |
AGREEMENT_CODE |
Character(30) |
VARCHAR2(30) NOT NULL |
This field represents the agreement code (name) for an agreement
|
| 14 |
DIALOG_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Dialog ID field to identify both design time and run time dialog.
|
| 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
|