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


TABLE: JTF.JTF_SUBSCRIBED_PROFILES

Object Details
Object Name: JTF_SUBSCRIBED_PROFILES
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_SUBSCRIBED_PROFILES
Subobject Name:
Status: VALID


A subscription table that indicates whether an application has subscribed to a profile.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_SUBSCRIBED_PROFILES_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnAPPLICATION_ID
ColumnPROFILE_MAPPINGS_ID
Columns
Name Datatype Length Mandatory Comments
SUBSCRIBED_PROFILES_ID NUMBER
Yes This is the primary key column for the table. It is associated with a sequence number that starts
GROUP_ID NUMBER

Currently a group consists of only one application. Therefore GroupID is the same as applicationID. In the future, when notion of groups is supported, this will be an unique identifier that contains a set of application ids.
APPLICATION_ID NUMBER
Yes applicationID of the application that subscribed to a profile
PROFILE_MAPPINGS_ID NUMBER
Yes Foreign key to the jtf_profile_mappings table that contains information about profile tables defined for base tables.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
OBJECT_VERSION_NUMBER NUMBER

Unique sequence number used to maintain read consistency between transactions.
Query Text

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


SELECT SUBSCRIBED_PROFILES_ID
,      GROUP_ID
,      APPLICATION_ID
,      PROFILE_MAPPINGS_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM JTF.JTF_SUBSCRIBED_PROFILES;

Dependencies

[top of page]

JTF.JTF_SUBSCRIBED_PROFILES does not reference any database object

JTF.JTF_SUBSCRIBED_PROFILES is referenced by following:

SchemaAPPS
SynonymJTF_SUBSCRIBED_PROFILES