TRP_PART_POS_VW(SQL View) |
Index Back |
|---|---|
Participant Position recordParticipant Position record |
| SELECT DISTINCT A.BUSINESS_UNIT , A.POOL_ID , A.PARTICIPANT_ID , A.PARTICIPANT_ACCT , A.TRP_ACCOUNT_TYPE FROM PS_TRP_PART_POS A , PS_TRP_PART_AC2_VW B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.POOL_ID = B.POOL_ID AND A.PARTICIPANT_ID = B.PARTICIPANT_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_GL_NONVW |
|
| 2 | Character(10) | VARCHAR2(10) NOT NULL |
Pool ID field.
Prompt Table: TRP_POOL_ACT_VW |
|
| 3 | Character(10) | VARCHAR2(10) NOT NULL | Participant Id | |
| 4 | Character(25) | VARCHAR2(25) NOT NULL | Participant Account | |
| 5 | Character(1) | VARCHAR2(1) NOT NULL |
Account type
D=Deposit I=Income |