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


TABLE: HR.GHR_PLAN_SERVICE_AREAS_F

Object Details
Object Name: GHR_PLAN_SERVICE_AREAS_F
Object Type: TABLE
Owner: HR
FND Design Data: TableGHR.GHR_PLAN_SERVICE_AREAS_F
Subobject Name:
Status: VALID


Stores information about the health plan availability in the particular state or duty station.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GHR_PLAN_SERVICE_AREAS_F_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPLAN_SERVICE_AREA_ID
ColumnEFFECTIVE_START_DATE
ColumnEFFECTIVE_END_DATE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
PLAN_SERVICE_AREA_ID NUMBER (15) Yes Primary Key for the table ghr_plan_service_area
EFFECTIVE_START_DATE DATE
Yes Effective Start Date
EFFECTIVE_END_DATE DATE
Yes Effective End Date
PLAN_SHORT_CODE VARCHAR2 (30) Yes Plan Short Code
STATE_SHORT_NAME VARCHAR2 (2)
2 letter short code of the eligible State for the plan
DS_STATE_CODE VARCHAR2 (2)
State Code of the eligible Duty Station for the Plan
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLAN_SERVICE_AREA_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      PLAN_SHORT_CODE
,      STATE_SHORT_NAME
,      DS_STATE_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM HR.GHR_PLAN_SERVICE_AREAS_F;

Dependencies

[top of page]

HR.GHR_PLAN_SERVICE_AREAS_F does not reference any database object

HR.GHR_PLAN_SERVICE_AREAS_F is referenced by following:

SchemaHR
ViewGHR_PLAN_SERVICE_AREAS_F#