[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_CHGD_GRP_RELATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_RS_CHGD_GRP_RELATIONS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the relations between Groups. Primary key is Group_relate_id. Ex. for relation_type is 'PARENT_GROUP' (Similar to JTF_RS_GRP_RELATIONS with a OPERATION_FLAG Column added)
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_RELATE_ID | NUMBER | Yes | Group Relation Identifier | |
| GROUP_ID | NUMBER | Group Identifier. | ||
| RELATED_GROUP_ID | NUMBER | Related Group Identifier. | ||
| RELATION_TYPE | VARCHAR2 | (240) | Relation Type - Admin, Manager, Member, Representative. | |
| START_DATE_ACTIVE | DATE | Effective Start Date of the relation. | ||
| END_DATE_ACTIVE | DATE | Effective Endt Date of the relation. | ||
| OPERATION_FLAG | VARCHAR2 | (1) | Operation Flag. | |
| CREATED_BY | NUMBER | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| LAST_UPDATED_BY | NUMBER | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| SECURITY_GROUP_ID | NUMBER | Security Group Id - For Internal use only. |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_RELATE_ID
, GROUP_ID
, RELATED_GROUP_ID
, RELATION_TYPE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, OPERATION_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM JTF.JTF_RS_CHGD_GRP_RELATIONS;
JTF.JTF_RS_CHGD_GRP_RELATIONS does not reference any database object
JTF.JTF_RS_CHGD_GRP_RELATIONS is referenced by following:
JTF
JTF_RS_CHGD_GRP_RELATIONS#
|
|
|
|