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


TABLE: AP.AP_EXPENSE_REPORTS_ALL

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


AP_EXPENSE_REPORTS contains information about expense report
templates you define for entering expense reports. When you enter an
expense report, you can use a list of values to select the expense
report template that you defined in this table.
.
This table corresponds to the header region of the Expense Report Templates window.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_EXPENSE_REPORTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_REPORT_ID
AP_EXPENSE_REPORTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPORT_TYPE
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
EXPENSE_REPORT_ID NUMBER
Yes Expense report template identifier
REPORT_TYPE VARCHAR2 (25) Yes Expense report template name
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
INACTIVE_DATE DATE

Inactive date
DESCRIPTION VARCHAR2 (240)
Description
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).
WEB_ENABLED_FLAG VARCHAR2 (1)
Indicates whether the expense template is enabled for Oracle Self-Service Expenses.
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
ORG_ID NUMBER (15)
Organization identifier
DEFAULT_PARAMETER_ID NUMBER (15)
Expense item identifier
Query Text

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


SELECT EXPENSE_REPORT_ID
,      REPORT_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      INACTIVE_DATE
,      DESCRIPTION
,      LAST_UPDATE_LOGIN
,      WEB_ENABLED_FLAG
,      CREATION_DATE
,      CREATED_BY
,      ORG_ID
,      DEFAULT_PARAMETER_ID
FROM AP.AP_EXPENSE_REPORTS_ALL;

Dependencies

[top of page]

AP.AP_EXPENSE_REPORTS_ALL does not reference any database object

AP.AP_EXPENSE_REPORTS_ALL is referenced by following:

SchemaAPPS
SynonymAP_EXPENSE_REPORTS
SynonymAP_EXPENSE_REPORTS_ALL