[Home] [Help]
[Dependency Information]
| Object Name: | AMS_IBA_RULESETS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMS.AMS_IBA_RULESETS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_NUM | NUMBER | row number for this query | ||
| RULESET_ID | NUMBER | Yes | ruleset id | |
| CR_OBJECT_VERSION_NUMBER | NUMBER | object version number for ruleset | ||
| NAME | VARCHAR2 | (80) | ruleset name | |
| DESCRIPTION | VARCHAR2 | (240) | ruleset description | |
| SORT_ORDER | VARCHAR2 | (10) | reserved for future release | |
| SORT_CODE | VARCHAR2 | (30) | reserved for future release | |
| STATUS | VARCHAR2 | (1) | Yes | A -- Active |
| CREATION_DATE | DATE | Yes | creation date for ruleset | |
| START_DATE | DATE | reserved for future release | ||
| END_DATE | DATE | reserved for future release |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_NUM
, RULESET_ID
, CR_OBJECT_VERSION_NUMBER
, NAME
, DESCRIPTION
, SORT_ORDER
, SORT_CODE
, STATUS
, CREATION_DATE
, START_DATE
, END_DATE
FROM APPS.AMS_IBA_RULESETS_V;
APPS
JTF_R_RULESETS_B
JTF_R_RULESETS_TL
APPS.AMS_IBA_RULESETS_V is not referenced by any database object
|
|
|
|