DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PER_JP_SI_DEPENDENT_TRANSFER_V

Object Details
Object Name: PER_JP_SI_DEPENDENT_TRANSFER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.PER_JP_SI_DEPENDENT_TRANSFER_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.PER_JP_SI_DEPENDENT_TRANSFER_V references the following:

SchemaAPPS
PL/SQL PackageFND_DATE - show dependent code
SynonymPER_ALL_ASSIGNMENTS_F
SynonymPER_ALL_PEOPLE_F
SynonymPER_CONTACT_EXTRA_INFO_F
SynonymPER_CONTACT_RELATIONSHIPS
SchemaPUBLIC
SynonymDUAL
APPS.PER_JP_SI_DEPENDENT_TRANSFER_V is referenced by following:

SchemaAPPS
Package BodyPAY_JP_REPORT_PKG - show dependent code