[Home] [Help]
[Dependency Information]
| Object Name: | PER_ZA_TIME_PERIODS_V5 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.PER_ZA_TIME_PERIODS_V5
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Used for ZA Tax Years for Tax Year End Reporting
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business Group ID |
| TAX_YEAR | VARCHAR2 | (150) | Tax Year |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, TAX_YEAR
FROM APPS.PER_ZA_TIME_PERIODS_V5;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
PAY_PAYROLLS_F
PER_TIME_PERIODS
APPS.PER_ZA_TIME_PERIODS_V5 is not referenced by any database object
|
|
|
|