[Home] [Help]
[Dependency Information]
| Object Name: | PER_ZA_TIME_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.PER_ZA_TIME_PERIODS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Used in Tax 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_INFORMATION1 | 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_INFORMATION1
FROM APPS.PER_ZA_TIME_PERIODS_V;
APPS
PER_TIME_PERIODS
PUBLIC
PER_ZA_TIME_PERIODS_V
|
|
|
|