[Home] [Help]
[Dependency Information]
Object Name: | FND_CONCURRENT_COMPLEX_RULES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_CONCURRENT_COMPLEX_RULES stores information about complex
specialization rules for specializing concurrent managers. Each
row includes an application identifier, a complex rule for each
identifier, and the name of the complex rule. Every row defines
a complex rule that may be "Allowed" or "Disallowed" using the
column INCLUDE_FLAG in the table FND_CONCURRENT_QUEUE_CONTENT
which defines the specialization of concurrent managers. Oracle
Application Object Library uses this information to customize
specific concurrent managers.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_CONCURRENT_COMPLEX_RULE_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_CONCURRENT_COMPLEX_RULE_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
COMPLEX_RULE_ID | NUMBER | (15) | Yes | Combined specialization rule identifier |
COMPLEX_RULE_NAME | VARCHAR2 | (30) | Yes | Combined specialization rule name |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
DESCRIPTION | VARCHAR2 | (240) | Description |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, COMPLEX_RULE_ID
, COMPLEX_RULE_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
FROM APPLSYS.FND_CONCURRENT_COMPLEX_RULES;
APPLSYS.FND_CONCURRENT_COMPLEX_RULES does not reference any database object
APPLSYS.FND_CONCURRENT_COMPLEX_RULES is referenced by following:
|
|
|