[Home] [Help]
[Dependency Information]
| Object Name: | FND_CONCURRENT_COMPLEX_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_CONCURRENT_COMPLEX_LINES
|
| Subobject Name: | |
| Status: | VALID |
FND_CONCURRENT_COMPLEX_LINES stores information about rule lines
that make up combined specialization rules. Each row includes
an application identifier, a complex rule identifier, a complex
rule line identifier, and a flag to indicate whether this rule
line is included or excluded in the complex rule. Each row also
includes a type identifier, the identifier for the application
with which the type is defined, and a type code
that specifies if the item in this rule line is a program,
a user, an ORACLE username, or a request type. You need one
row for each rule line in each complex rule. Oracle Application
Object Library uses this information to customize
concurrent managers.
.
.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_CONCURRENT_COMPLEX_LINE_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
APPLICATION_ID
COMPLEX_RULE_ID
COMPLEX_RULE_LINE_ID
|
| FND_CONCURRENT_COMPLEX_LINE_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
APPLICATION_ID
COMPLEX_RULE_ID
INCLUDE_FLAG
TYPE_CODE
TYPE_APPLICATION_ID
TYPE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
| COMPLEX_RULE_ID | NUMBER | (15) | Yes | Combined specialization rule identifier |
| COMPLEX_RULE_LINE_ID | NUMBER | (15) | Yes | Combined specialization rule line identifier |
| 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 |
| INCLUDE_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether to include or exclude this line in complex rule |
| TYPE_CODE | VARCHAR2 | (1) | Yes | Item type |
| TYPE_APPLICATION_ID | NUMBER | (15) | Identifier of application with which the item is defined | |
| TYPE_ID | NUMBER | (15) | Type identifier |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, COMPLEX_RULE_ID
, COMPLEX_RULE_LINE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, INCLUDE_FLAG
, TYPE_CODE
, TYPE_APPLICATION_ID
, TYPE_ID
FROM APPLSYS.FND_CONCURRENT_COMPLEX_LINES;
APPLSYS.FND_CONCURRENT_COMPLEX_LINES does not reference any database object
APPLSYS.FND_CONCURRENT_COMPLEX_LINES is referenced by following:
APPLSYS
FND_CONCURRENT_COMPLEX_LINES#
|
|
|
|