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


VIEW: APPS.AMS_IBA_RULESETS_V

Object Details
Object Name: AMS_IBA_RULESETS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AMS_IBA_RULESETS_V
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.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.AMS_IBA_RULESETS_V references the following:

SchemaAPPS
SynonymJTF_R_RULESETS_B
SynonymJTF_R_RULESETS_TL

APPS.AMS_IBA_RULESETS_V is not referenced by any database object