[Home] [Help]
[Dependency Information]
| Object Name: | CN_RULESETS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Single org, single language view of CN_RULESETS_ALL_B , CN_RULESETS_ALL_T
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULESET_ID | NUMBER | (15) | Yes | Primary key. |
| NAME | VARCHAR2 | (80) | Yes | Ruleset name. |
| DESTINATION_COLUMN_ID | NUMBER | (15) | Yes | Object id of the column where the revenue_class_id is stored. |
| REPOSITORY_ID | NUMBER | (15) | Yes | Repository that the ruleset belongs to. |
| START_DATE | DATE | Effective start date | ||
| END_DATE | DATE | Effective end date | ||
| RULESET_STATUS | VARCHAR2 | (10) | Yes | Ruleset Status |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| 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). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| ORG_ID | NUMBER | (15) | Organization identifier | |
| MODULE_TYPE | VARCHAR2 | (240) | ||
| OBJECT_VERSION_NUMBER | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RULESET_ID
, NAME
, DESTINATION_COLUMN_ID
, REPOSITORY_ID
, START_DATE
, END_DATE
, RULESET_STATUS
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, ORG_ID
, MODULE_TYPE
, OBJECT_VERSION_NUMBER
FROM APPS.CN_RULESETS_VL;
APPS
CN_RULESETS_ALL_TL
CN_RULESETS_B
APPS
CN_RULESETS
|
|
|
|