[Home] [Help]
[Dependency Information]
| Object Name: | POR_EXP_ORG_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_EXP_ORG_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
This view is used as a base for the Expenditure Organization LOV to chose
the expenditure orgs
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization unique identifier |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business group identifier |
| NAME | VARCHAR2 | (240) | Yes | Expenditure organization identifier |
| DATE_FROM | DATE | Yes | From date | |
| DATE_TO | DATE | To date | ||
| ACTIVE_FLAG | CHAR | (1) | Flag indicating whether the exp. organization is valid |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, BUSINESS_GROUP_ID
, NAME
, DATE_FROM
, DATE_TO
, ACTIVE_FLAG
FROM APPS.POR_EXP_ORG_LOV_V;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
MO_GLOBAL
- show dependent code
PA_ORGANIZATIONS_EXPEND_V
APPS.POR_EXP_ORG_LOV_V is not referenced by any database object
|
|
|
|