[Home] [Help]
[Dependency Information]
| Object Name: | PAY_SRS_YEAR_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_SRS_YEAR_PERIODS_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 |
|---|---|---|---|---|
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | |
| YEAR_NAME | VARCHAR2 | (4) | ||
| YEAR_START_DATE | DATE | |||
| YEAR_END_DATE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, YEAR_NAME
, YEAR_START_DATE
, YEAR_END_DATE
FROM APPS.PAY_SRS_YEAR_PERIODS_V;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
PAY_PAYROLLS_F
PER_TIME_PERIODS
APPS.PAY_SRS_YEAR_PERIODS_V is not referenced by any database object
|
|
|
|