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


TABLE: JTF.JTF_PROFILEPROPERTIES_B

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_PROFILEPROPERTIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPROFILEPROPERTIES_ID
JTF_PROFILEPROPERTIES_U2 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPROFILE_MAPPINGS_ID
ColumnATTRNAME
Columns
Name Datatype Length Mandatory Comments
PROFILEPROPERTIES_ID NUMBER
Yes This is the primary key column for the table. It is associated with a sequence number that starts
PROFILE_MAPPINGS_ID NUMBER
Yes This serves as the foreign key column to the parent table.
ATTRNAME VARCHAR2 (50) Yes Physical attribute name to which the property name maps to in the profile table. This is not seen by the applications.
OWNER_APPLICATION_ID NUMBER
Yes applicationID of the application that created this property.
ISPRIMARYKEY_FLAG_CODE VARCHAR2 (30) Yes Flag to indicate if the property is a primary key column in the profile table. The values for this column come from FND_LOOKUP, and can be either T or F.
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

An unique sequence number that is used to maintain read consistency between transactions.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT PROFILEPROPERTIES_ID
,      PROFILE_MAPPINGS_ID
,      ATTRNAME
,      OWNER_APPLICATION_ID
,      ISPRIMARYKEY_FLAG_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM JTF.JTF_PROFILEPROPERTIES_B;

Dependencies

[top of page]

JTF.JTF_PROFILEPROPERTIES_B does not reference any database object

JTF.JTF_PROFILEPROPERTIES_B is referenced by following:

SchemaAPPS
SynonymJTF_PROFILEPROPERTIES_B