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


VIEW: APPS.AME_CONDITIONS_V

Object Details
Object Name: AME_CONDITIONS_V
Object Type: VIEW
Owner: APPS
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
CONDITION_ID NUMBER
Yes Condition identifier
CONDITION_KEY VARCHAR2 (100) Yes Condition key
ATTRIBUTE_NAME VARCHAR2 (50) Yes Attribute name
ATTRIBUTE_ID NUMBER
Yes Attribute identifier
CREATED_BY NUMBER
Yes Standard Who column
CREATED_DATE DATE
Yes Standard Who column
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated version of row. Increments by one with each update
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CONDITION_ID
,      CONDITION_KEY
,      ATTRIBUTE_NAME
,      ATTRIBUTE_ID
,      CREATED_BY
,      CREATED_DATE
,      OBJECT_VERSION_NUMBER
FROM APPS.AME_CONDITIONS_V;

Dependencies

[top of page]

APPS.AME_CONDITIONS_V references the following:

SchemaAPPS
SynonymAME_ATTRIBUTES
SynonymAME_CONDITIONS

APPS.AME_CONDITIONS_V is not referenced by any database object