[Home] [Help]
[Dependency Information]
| Object Name: | PER_ZA_TIME_PERIODS_V3 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.PER_ZA_TIME_PERIODS_V3
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Used in Calendar Year Value Set
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYROLL_ID | NUMBER | (9) | Payroll ID | |
| START_DATE | DATE | Start Date | ||
| END_DATE | DATE | End Date | ||
| PRD_INFORMATION3 | VARCHAR2 | (150) | Refer to base table |
Cut, paste (and edit) the following text to query this object:
SELECT PAYROLL_ID
, START_DATE
, END_DATE
, PRD_INFORMATION3
FROM APPS.PER_ZA_TIME_PERIODS_V3;
APPS
PER_TIME_PERIODS
PUBLIC
PER_ZA_TIME_PERIODS_V3
|
|
|
|