[Home] [Help]
[Dependency Information]
| Object Name: | PSP_ENC_END_DATE_ORG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_ENC_END_DATE_ORG_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business Group Identifier |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books Identifier |
| DEFAULT_ORG_FLAG | VARCHAR2 | (1) | Yes | Default organization flag. Y is for Yes and N is for No. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, BUSINESS_GROUP_ID
, SET_OF_BOOKS_ID
, DEFAULT_ORG_FLAG
FROM APPS.PSP_ENC_END_DATE_ORG_V;
APPS
PSP_ENC_END_DATES
APPS.PSP_ENC_END_DATE_ORG_V is not referenced by any database object
|
|
|
|