RY_DLG_TEAM(SQL View) |
Index Back |
---|---|
Dialog Team IndividualsThis record captures the people who can access an dialog |
SELECT A.BUSINESS_UNIT , A.DIALOG_ID , A.BO_ID_PERSON , A.ROLENAME , A.OWNER , A.RY_AUTHORIZED_DLG , A.RY_AUTHORIZED_IRPT , A.RY_AUTHORIZED_ARPT , %subrec(RB_AUDIT_SBR,A) FROM PS_RY_DLG_TEAM_ALL A WHERE A.BO_ID_PERSON <> 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | DIALOG_ID | Number(18,0) | DECIMAL(18) NOT NULL | Dialog ID field to identify both design time and run time dialog. |
3 | BO_ID_PERSON | Number(31,0) | DECIMAL(31) NOT NULL |
Business Object ID
Prompt Table: BO_WORKER_VW |
4 | ROLENAME | Character(30) | VARCHAR2(30) NOT NULL | The name of a Role in the Role Definition Table (see PSROLEDEFN). |
5 | OWNER | Character(1) | VARCHAR2(1) NOT NULL |
Owner
N=No Y=Yes Y/N Table Edit Default Value: N |
6 | RY_AUTHORIZED_DLG | Character(1) | VARCHAR2(1) NOT NULL |
Dialog Auditorized Yes / No Field - used in Dialog Security
Y/N Table Edit Default Value: N |
7 | RY_AUTHORIZED_IRPT | Character(1) | VARCHAR2(1) NOT NULL |
Individual Reports Auditorized Yes / No Field - used in Dialog Security
Y/N Table Edit Default Value: N |
8 | RY_AUTHORIZED_ARPT | Character(1) | VARCHAR2(1) NOT NULL |
Aggregate Reports Auditorized Yes / No Field - used in Dialog Security
Y/N Table Edit Default Value: N |
9 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
10 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
11 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
12 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
13 | 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. |
14 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |