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


VIEW: APPS.AME_RULES_V

Object Details
Object Name: AME_RULES_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
RULE_ID NUMBER
Yes Rule identifier
RULE_KEY VARCHAR2 (100) Yes Rule key
RULE_TYPE NUMBER
Yes Rule type
RULE_DESCRIPTION VARCHAR2 (300) Yes Rule description
ITEM_CLASS_ID NUMBER (15)
Item class identifier for which rule belongs
AME_APPLICATION_ID NUMBER
Yes AME internal application identifier which identifies a transaction type
FND_APPLICATION_ID NUMBER
Yes FND application identifier for which the transaction type belongs
TRANSACTION_TYPE_ID VARCHAR2 (50)
Transaction type key
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
USAGE_START_DATE DATE
Yes Date on which row is activated
USAGE_END_DATE DATE

Date on which row is inactivated
RULE_PRIORITY NUMBER (38)
Priority value of rule usage
APPROVER_CATEGORY VARCHAR2 (1)
Category of an approver generated
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 RULE_ID
,      RULE_KEY
,      RULE_TYPE
,      RULE_DESCRIPTION
,      ITEM_CLASS_ID
,      AME_APPLICATION_ID
,      FND_APPLICATION_ID
,      TRANSACTION_TYPE_ID
,      CREATED_BY
,      CREATION_DATE
,      USAGE_START_DATE
,      USAGE_END_DATE
,      RULE_PRIORITY
,      APPROVER_CATEGORY
,      OBJECT_VERSION_NUMBER
FROM APPS.AME_RULES_V;

Dependencies

[top of page]

APPS.AME_RULES_V references the following:

SchemaAPPS
SynonymAME_CALLING_APPS
ViewAME_RULES_VL
SynonymAME_RULE_USAGES
APPS.AME_RULES_V is referenced by following:

SchemaAPPS
Package BodyASO_PA_APR_INT - show dependent code