[Home] [Help]
[Dependency Information]
Object Name: | PER_JP_SI_DEPENDENT_TRANSFER_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 | Business group id. |
PERSON_ID | NUMBER | (10) | Yes | Foreign key to per_all_people_f. |
EMPLOYEE_NUMBER | VARCHAR2 | (30) | Employee number. | |
LAST_NAME_KANJI | VARCHAR2 | (150) | Last name in kanji. | |
FIRST_NAME_KANJI | VARCHAR2 | (150) | First name in kanji. | |
ASSIGNMENT_ID | NUMBER | (10) | Yes | Foreign key to per_all_assignments_f. |
CONTACT_PERSON_ID | NUMBER | (10) | Yes | Foreign key to per_all_people_f. |
DEPENDENT_TYPE | CHAR | (1) | S for spouse dependent of health insurance, D for non-spouse dependent of health insurance, and 3 for type 3 insured of national pension. | |
TRANSFER_TYPE | CHAR | (1) | I for include and E for exclude. | |
TRANSFER_DATE | DATE | Qualified date or a day before disqualified date. | ||
TRANSFER_REASON_CODE | VARCHAR2 | (30) | Qualified reason code or disqualified reason code for spouse dependent and type 3 insured. Null for non-spouse dependent. | |
TRANSFER_REASON_DESCRIPTION | VARCHAR2 | (150) | Other qualified reason or other disqualified reason for spouse dependent and type 3 insured. Qualified reason or disqualified reason for non-spouse dependent. | |
TYPE3_DISQUALIFIED_NOTICE | VARCHAR2 | (1) | Type 3 disqualified notification is required or not. Only for type 3 insured. Null for health insurance dependent. |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, PERSON_ID
, EMPLOYEE_NUMBER
, LAST_NAME_KANJI
, FIRST_NAME_KANJI
, ASSIGNMENT_ID
, CONTACT_PERSON_ID
, DEPENDENT_TYPE
, TRANSFER_TYPE
, TRANSFER_DATE
, TRANSFER_REASON_CODE
, TRANSFER_REASON_DESCRIPTION
, TYPE3_DISQUALIFIED_NOTICE
FROM APPS.PER_JP_SI_DEPENDENT_TRANSFER_V;
|
|
|