[Home] [Help]
[Dependency Information]
| Object Name: | PSP_ORGANIZATION_SCHEDULES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_ORGANIZATION_SCHEDULES_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 | (9) | Organization identifier | |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization name |
| SCHEDULE_BEGIN_DATE | DATE | Yes | Start date of default schedule line | |
| SCHEDULE_END_DATE | DATE | Yes | End date of default schedule line | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_NAME
, SCHEDULE_BEGIN_DATE
, SCHEDULE_END_DATE
, BUSINESS_GROUP_ID
, SET_OF_BOOKS_ID
FROM APPS.PSP_ORGANIZATION_SCHEDULES_V;
APPS
FND_PROFILE
- show dependent code
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
PA_TASK_UTILS
- show dependent code
PA_UTILS4
- show dependent code
PSP_DEFAULT_LABOR_SCHEDULES_V
PSP_ORGANIZATION_ACCOUNTS_PKG
- show dependent code
APPS.PSP_ORGANIZATION_SCHEDULES_V is not referenced by any database object
|
|
|
|