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


TABLE: JTF.JTF_R_RULESETS_B

Object Details
Object Name: JTF_R_RULESETS_B
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_R_RULESETS_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_R_RULESETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnRULESET_ID
SYS_IL0000084649C00011$$ LOB UNIQUE TablespaceAPPS_TS_ARCHIVE
Columns
Name Datatype Length Mandatory Comments
RULESET_ID NUMBER
Yes primary key rule set id, sequence generated
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).
APPLICATION_ID NUMBER (15) Yes application unique id
STATUS VARCHAR2 (1) Yes 'A'ctive or 'I'nactive ruleset
START_DATE DATE

starting effective date
END_DATE DATE

endding effective date
RULESET_CLASS BLOB (4000)
ruleset java class file
OBJECT_VERSION_NUMBER NUMBER

object version number is used to track the updates of the current row
IBA_SORT_ORDER NUMBER

For iMarketing Sort Order numeric code, it is reserved for future release
IBA_SORT_BY_CODE VARCHAR2 (30)
For iMarketing sort by code referencing fnd_lookup, it should be one column of one table, it is reserved for future release
SECURITY_GROUP_ID NUMBER

Used in hosted environments
OBJECT_TYPE VARCHAR2 (30)
Type of object returned by a Rule Set definition
MAX_OBJECTS NUMBER (10)
Maximum number of objects returned by a Rule Set definition
RULESET_SER LONG (0)
rule set serialized text string
Query Text

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


SELECT RULESET_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      APPLICATION_ID
,      STATUS
,      START_DATE
,      END_DATE
,      RULESET_CLASS
,      OBJECT_VERSION_NUMBER
,      IBA_SORT_ORDER
,      IBA_SORT_BY_CODE
,      SECURITY_GROUP_ID
,      OBJECT_TYPE
,      MAX_OBJECTS
,      RULESET_SER
FROM JTF.JTF_R_RULESETS_B;

Dependencies

[top of page]

JTF.JTF_R_RULESETS_B does not reference any database object

JTF.JTF_R_RULESETS_B is referenced by following:

SchemaAPPS
SynonymJTF_R_RULESETS_B