DBA Data[Home] [Help] [Dependency Information]


TABLE: JTF.JTF_RS_CHGD_ROLE_RELATIONS

Object Details
Object Name: JTF_RS_CHGD_ROLE_RELATIONS
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_RS_CHGD_ROLE_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)


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ROLE_RELATE_ID NUMBER
Yes Role Relate Identifier.
ROLE_RESOURCE_TYPE VARCHAR2 (30)
Resource Type for the corresponding Role.
ROLE_RESOURCE_ID NUMBER

Resource Identifier for the corresponding role.
ROLE_ID NUMBER

Role Identifier.
DELETE_FLAG VARCHAR2 (1)
Delet Flag.
START_DATE_ACTIVE DATE

Effective Start date of the role relation.
END_DATE_ACTIVE DATE

Effective end date of the role 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 Identifier - For Internal Use only.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROLE_RELATE_ID
,      ROLE_RESOURCE_TYPE
,      ROLE_RESOURCE_ID
,      ROLE_ID
,      DELETE_FLAG
,      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_ROLE_RELATIONS;

Dependencies

[top of page]

JTF.JTF_RS_CHGD_ROLE_RELATIONS does not reference any database object

JTF.JTF_RS_CHGD_ROLE_RELATIONS is referenced by following:

SchemaAPPS
SynonymJTF_RS_CHGD_ROLE_RELATIONS