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


TABLE: AMS.AMS_APPROVAL_DETAILS

Object Details
Object Name: AMS_APPROVAL_DETAILS
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_APPROVAL_DETAILS
Subobject Name:
Status: VALID


Stores Approval rule information


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_APPROVAL_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPROVAL_DETAIL_ID
AMS_APPROVAL_DETAILS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnAPPROVAL_OBJECT
ColumnAPPROVAL_TYPE
Columns
Name Datatype Length Mandatory Comments
APPROVAL_DETAIL_ID NUMBER
Yes Unique ID
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
OBJECT_VERSION_NUMBER NUMBER (9)
This column is used for locking purposes. A way to implement Optimistic Locking.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
BUSINESS_GROUP_ID NUMBER

Business Group Id
BUSINESS_UNIT_ID NUMBER

Identifier of the Business Unit this Approval Rule belongs to
ORGANIZATION_ID NUMBER

This field ties in with the Inventory Item ID.
CUSTOM_SETUP_ID NUMBER

This field identifies the setup type for the Object
APPROVAL_OBJECT VARCHAR2 (30)
This field identifies the Approval rule for an Object
APPROVAL_OBJECT_TYPE VARCHAR2 (30)
This field identifies the Object Type for an Approval Rule
APPROVAL_TYPE VARCHAR2 (30)
This field identifies the Approval rule's type
APPROVAL_PRIORITY VARCHAR2 (30)
This field provide the information about approval rules priority
APPROVAL_LIMIT_TO NUMBER

This filed hold s the value of the Maximum amount for that approval rule
APPROVAL_LIMIT_FROM NUMBER

This filed hold s the value of the minimum amount for that approval rule
SEEDED_FLAG VARCHAR2 (1)
This flag indicates whether this record is seeded.
START_DATE_ACTIVE DATE

Start date of the rule
END_DATE_ACTIVE DATE

End date of the rule
ACTIVE_FLAG VARCHAR2 (1)
Used for soft-deletes. The Delete will make this flag as 'N'. The Select statement will pull only those rows for which this flag is 'Y'
CURRENCY_CODE VARCHAR2 (15)
Currency Code
USER_COUNTRY_CODE VARCHAR2 (30)
This field contains the country code of the User who logs in
Query Text

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


SELECT APPROVAL_DETAIL_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      BUSINESS_GROUP_ID
,      BUSINESS_UNIT_ID
,      ORGANIZATION_ID
,      CUSTOM_SETUP_ID
,      APPROVAL_OBJECT
,      APPROVAL_OBJECT_TYPE
,      APPROVAL_TYPE
,      APPROVAL_PRIORITY
,      APPROVAL_LIMIT_TO
,      APPROVAL_LIMIT_FROM
,      SEEDED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ACTIVE_FLAG
,      CURRENCY_CODE
,      USER_COUNTRY_CODE
FROM AMS.AMS_APPROVAL_DETAILS;

Dependencies

[top of page]

AMS.AMS_APPROVAL_DETAILS does not reference any database object

AMS.AMS_APPROVAL_DETAILS is referenced by following:

SchemaAPPS
SynonymAMS_APPROVAL_DETAILS