[Home] [Help]
[Dependency Information]
| Object Name: | AP_EXPENSE_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLAP.AP_EXPENSE_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Value Set for Expense Types in Details page in Oracle Internet Expenses is based on this view.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_ID | NUMBER | Yes | Parameter Id of the Expense Type. | |
| WEB_PROMPT | VARCHAR2 | (80) | Web Friendly Prompt or the Display Value of the expense type. | |
| PROMPT | VARCHAR2 | (40) | Yes | Prompt or the internal code for Descriptive Flexfields of the expense type. |
| EXPENSE_REPORT_ID | NUMBER | Yes | Expense Report Id or the Template Id of the Expense Template for the expense type. | |
| WEB_ENABLED_FLAG | VARCHAR2 | (1) | Web Enabled Flag of the expense type. | |
| PA_EXPENDITURE_TYPE | VARCHAR2 | (30) | PA Expenditure Type of the expense type | |
| CATEGORY_CODE | VARCHAR2 | (30) | Category code | |
| END_DATE | DATE | End date |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_ID
, WEB_PROMPT
, PROMPT
, EXPENSE_REPORT_ID
, WEB_ENABLED_FLAG
, PA_EXPENDITURE_TYPE
, CATEGORY_CODE
, END_DATE
FROM APPS.AP_EXPENSE_TYPES_V;
APPS
AP_EXPENSE_REPORT_PARAMS
APPS.AP_EXPENSE_TYPES_V is not referenced by any database object
|
|
|
|