[Home] [Help]
[Dependency Information]
Object Name: | PAY_IE_P35_INSURABLE_WEEKS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
PERSON_ID | NUMBER | (10) | Yes | Foreign key to PER_PEOPLE. |
FULL_NAME | VARCHAR2 | (240) | Concatenation of last name, title, first name, middle names and the name the person is known by. | |
ORIGINAL_HIRE_DATE | DATE | Original date of hire. | ||
MINIMUM_EFFECTIVE_DATE | DATE | Minimum Effective Date | ||
COMBINED_CLASS | VARCHAR2 | (120) | Combined Class | |
INSURABLE_WEEKS | NUMBER | Insurable Weeks |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, PERSON_ID
, FULL_NAME
, ORIGINAL_HIRE_DATE
, MINIMUM_EFFECTIVE_DATE
, COMBINED_CLASS
, INSURABLE_WEEKS
FROM APPS.PAY_IE_P35_INSURABLE_WEEKS_V;
|
|
|