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


TABLE: AP.AP_POL_VIOLATIONS_ALL

Object Details
Object Name: AP_POL_VIOLATIONS_ALL
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_POL_VIOLATIONS_ALL
Subobject Name:
Status: VALID


This table stores the type of violation and the allowable amount for expense report detailed expense lines that violate company policy. The table is org specific.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_POL_VIOLATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPORT_HEADER_ID
ColumnDISTRIBUTION_LINE_NUMBER
ColumnVIOLATION_NUMBER
Columns
Name Datatype Length Mandatory Comments
REPORT_HEADER_ID NUMBER (15) Yes Expense Report Header Id
DISTRIBUTION_LINE_NUMBER NUMBER
Yes Distribution Line Number of the receipt.
VIOLATION_NUMBER NUMBER
Yes Violation number.
VIOLATION_TYPE VARCHAR2 (30)
Violation Type
ALLOWABLE_AMOUNT NUMBER

The allowable amount, according to company policy.
FUNC_CURRENCY_ALLOWABLE_AMT NUMBER

The allowable amount, according to company policy, in functional currency.
ORG_ID NUMBER (15)
Organization identifier
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
EXCEEDED_AMOUNT NUMBER

Amount by which the expense exceeds the allowable amount
VIOLATION_DATE DATE

Date violation occurred
Query Text

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


SELECT REPORT_HEADER_ID
,      DISTRIBUTION_LINE_NUMBER
,      VIOLATION_NUMBER
,      VIOLATION_TYPE
,      ALLOWABLE_AMOUNT
,      FUNC_CURRENCY_ALLOWABLE_AMT
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      EXCEEDED_AMOUNT
,      VIOLATION_DATE
FROM AP.AP_POL_VIOLATIONS_ALL;

Dependencies

[top of page]

AP.AP_POL_VIOLATIONS_ALL does not reference any database object

AP.AP_POL_VIOLATIONS_ALL is referenced by following:

SchemaAPPS
SynonymAP_POL_VIOLATIONS
SynonymAP_POL_VIOLATIONS_ALL