How do you create a deterministic clause

How can I change the target bucket commands to deterministic clauses? I'm never used deterministic.. HELP.. Thanks..
CREATE Materialized view m_claim
tablespace mviews_ts
on demand
enable query rewrite
as
SELECT
PID.PID_NBR AS PARENT_ID,
ACCT.ACCT_NBR AS ACCOUNT_NBR,
CLAIM_1.CLM_NBR AS CLAIM_NBR,
CLAIM_1.CLM_KIND AS CLAIM_KIND,
CLAIM_1.CLM_TYPE AS CLAIM_TYPE,
SUBSTR(CLAIM_1.CLM_STAT,1,5) AS CLAIM_STATUS,
CLAIM_1.OPN_CLSD AS OPEN_CLOSED,
CLAIM_1.CLMT_LST_NAME AS CLMNT_LAST_NAME,
CLAIM_1.CLMT_FIRST_NAME AS CLMNT_FIRST_NAME,
CLAIM_2.CLMT_ADDR1 AS CLMNT_ADDR1,
CLAIM_2.CLMT_ADDR2 AS CLMNT_ADDR2,
CLAIM_2.CLMT_CITY AS CLMNT_CITY,
CLAIM_2.CLMT_ST AS CLMNT_ST,
CLAIM_2.CLMT_ZIP_CD AS CLMNT_ZIP_CD,
CLAIM_2.CLMT_CNTRY AS CLMNT_CNTRY,
CLAIM_1.DT_INJ AS DATE_OF_INJURY,
CLAIM_1.DT_RPT_EMPLR AS DATE_RPT_TO_EMPLOYER,
CLAIM_1.DT_RECV AS DATE_RCVD_BY_GMCD,
CLAIM_1.DT_INPT AS DATE_CLAIM_ENTERED,
CLAIM_1.DT_LST_ACTVY AS DATE_OF_LAST_ACTIVITY,
CLAIM_1.DT_REOPN AS DATE_REOPENED,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'200',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_MEDICAL,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'201',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_INDEMNITY,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'202',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_EXPENSES,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'203',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_RECOVERABLE,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'204',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_PROPERTY_DAMAGE,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'205',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_BODILY_INJURY,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'206',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_OTHER,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'207',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_CONTENTS,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'208',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_STRUCTURES,
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'209',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9) AS PTD_RECOVERY,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'200',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_MEDICAL,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'201',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_INDEMNITY,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'202',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_EXPENSES,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'203',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_RECOVERABLE,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'204',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_PROPERTY_DAMAGE,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'205',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_BODILY_INJURY,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'206',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_OTHER,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'207',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_CONTENTS,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'208',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_STRUCTURES,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'209',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9) AS RESV_RECOVERY,
RESERVE.DT_INPT AS DATE_RESERVE_ENTERED,
CLAIM_1.DT_DEATH AS DATE_OF_DEATH,
CLAIM_1.INJ_CLASS_CD AS INJ_CLASS_CD,
ICLA_DESC.TBL_DESC AS INJ_CLASS_DESC,
CLAIM_1.OCCUP_CD AS OCCUPATION_CD,
CLAIM_1.OCCUP AS OCCUPATION_DESC,
CLAIM_1.DT_HIRE AS DATE_OF_HIRE,
CLAIM_2.TAIL_CLM_IND AS TAIL_CLAIM_INDICATOR,
CLAIM_2.DT_RETN_REACH AS DATE_RETENTION_REACHED,
CLAIM_2.DT_UP_LIM_REACH AS DATE_UP_LIMIT_REACH,
CLAIM_1.CLM_CLASS AS CLAIM_CLASS,
CLAIM_1.BUS_UNIT AS BUSINESS_UNIT,
CLAIM_1.ORG_CD AS ORGANIZATION_CODE,
CLAIM_1.LOC_CD AS LOCATION_CODE,
CLAIM_2.MAJ_CLASS_CD AS MAJ_CLASS_CD,
CLAIM_2.EMPL_NBR AS EMPL_NBR,
CLAIM_2.MART_STAT AS MART_STAT,
CLAIM_2.NBR_OF_DEPD AS NUMBER_OF_DEPD,
CLAIM_2.SEC_INJ AS SEC_INJURY,
CLAIM_1.DT_STRT_LIT AS DATE_START_LITIGATION,
CLAIM_1.DT_END_LIT AS DATE_END_LITIGATION,
ASSOCIATE.HP_LOGON AS FIELD_OFFICE,
ASSOCIATE.USER_LST_NAME AS EXAMINER_LAST_NAME,
ASSOCIATE.USER_FIRST_NAME AS EXAMINER_FIRST_NAME,
ASSOCIATE.SUPV AS EXAMINERS_SUPERVISER,
ASSOCIATE.MGR AS EXAMINERS_MANAGER,
/* Added on 7/10/03 if bucketing changes, must also change these. */
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'200',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'200',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'200',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_MEDICAL,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'201',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'201',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'201',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_INDEMNITY,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'202',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'202',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'202',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_EXPENSES,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'203',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'203',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'203',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_RECOVERABLE,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'204',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'204',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'204',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_PROPERTY_DAMAGE,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'205',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'205',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'205',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_BODILY_INJURY,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'206',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'206',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'206',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_OTHER,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'207',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'207',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'207',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_CONTENTS,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'208',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'208',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'208',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_STRUCTURES,
decode(CLAIM_1.OPN_CLSD,
'C',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'209',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
'A',
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'209',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9),
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'209',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9))
AS INC_RECOVERY,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'200',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'200',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_MEDICAL,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'201',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'201',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_INDEMNITY,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'202',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'202',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_EXPENSES,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'203',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'203',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_RECOVERABLE,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'204',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'204',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_PROPERTY_DAMAGE,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'205',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'205',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_BODILY_INJURY,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'206',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'206',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_OTHER,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'207',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'207',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_CONTENTS,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'208',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'208',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_STRUCTURES,
decode(CLAIM_1.OPN_CLSD,
'C',0,'A',0,
TARGET_BUCKET('G','R',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'209',
RESERVE.RESV_1,
RESERVE.RESV_2,
RESERVE.RESV_3,
RESERVE.RESV_4,
RESERVE.RESV_5,
RESERVE.RESV_6,
RESERVE.RESV_7,
RESERVE.RESV_8,
RESERVE.RESV_9)
TARGET_BUCKET('G','P',
DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
'209',
CLAIM_1.PTD_1,
CLAIM_1.PTD_2,
CLAIM_1.PTD_3,
CLAIM_1.PTD_4,
CLAIM_1.PTD_5,
CLAIM_1.PTD_6,
CLAIM_1.PTD_7,
CLAIM_1.PTD_8,
CLAIM_1.PTD_9))
AS EFC_RECOVERY
FROM
AGAL_DESC,
EMST_DESC,
ICLA_DESC,
IJCA_DESC,
IJNT_DESC,
IJPB_DESC,
RESERVE,
CLAIM_2,
SERV_OFC,
ASSOCIATE,
CLAIM_1,
INCIDENT,
ACCT_LEVEL5,
ACCT_LEVEL4,
ACCT_LEVEL3,
ACCT_LEVEL2,
ACCT_LEVEL1,
ACCT_LOI,
ACCT,
PID
WHERE
ACCT.ACCT_SEQ_ID = ACCT_LOI.ACCT_SEQ_ID_FK AND
PID.PID_SEQ_ID = ACCT.PID_SEQ_ID_FK AND
CLAIM_1.OPN_CLSD <> 'Z' AND
INCIDENT.ACCT_LOI_SEQ_ID_FK = ACCT_LOI.ACCT_LOI_SEQ_ID AND
CLAIM_1.INC_SEQ_ID_FK = INCIDENT.INC_SEQ_ID AND
RESERVE.CLM_SEQ_ID_FK(+) = CLAIM_1.CLM_SEQ_ID AND
(to_char(reserve.dt_inpt,'YYYYMMDD')
|| reserve.time_inpt ||
ltrim(to_char(reserve.resv_seq_id,'000000000000')) =
(select(max(to_char(r.dt_inpt,'YYYYMMDD') || r.time_inpt ||
ltrim(to_char(r.resv_seq_id,'000000000000'))))
from reserve r where R.CLM_SEQ_ID_FK = CLAIM_1.CLM_SEQ_ID
) OR
NOT EXISTS
(SELECT * FROM RESERVE R
WHERE R.CLM_SEQ_ID_FK = CLAIM_1.CLM_SEQ_ID))) AND
CLAIM_2.CLM_SEQ_ID_FK = CLAIM_1.CLM_SEQ_ID AND
SERV_OFC.SERV_OFC_SEQ_ID(+) = CLAIM_1.SERV_OFC_SEQ_ID_FK AND
ACCT_LEVEL1.LEVEL1_SEQ_ID(+) = CLAIM_1.LEVEL1_SEQ_ID_FK AND
ACCT_LEVEL2.LEVEL2_SEQ_ID(+) = CLAIM_1.LEVEL2_SEQ_ID_FK AND
ACCT_LEVEL3.LEVEL3_SEQ_ID(+) = CLAIM_1.LEVEL3_SEQ_ID_FK AND
ACCT_LEVEL4.LEVEL4_SEQ_ID(+) = CLAIM_1.LEVEL4_SEQ_ID_FK AND
ACCT_LEVEL5.LEVEL5_SEQ_ID(+) = CLAIM_1.LEVEL5_SEQ_ID_FK AND
ASSOCIATE.PROCS_UN(+) = CLAIM_1.EXAMR_RESP AND
ASSOCIATE.SERV_OFC_SEQ_ID_FK(+) = CLAIM_1.SERV_OFC_SEQ_ID_FK AND
(AGAL_DESC.TBL_TYPE = ACCT_LOI.AGCY_CD_TBL OR
AGAL_DESC.TBL_TYPE IS NULL) AND
AGAL_DESC.TBL_CD(+) = CLAIM_1.AGCY AND
EMST_DESC.TBL_CD(+) = CLAIM_2.EMPLMT_STAT AND
ICLA_DESC.TBL_CD(+) = CLAIM_1.INJ_CLASS_CD AND
IJCA_DESC.TBL_CD(+) = CLAIM_1.INJ_CAUSE AND
IJNT_DESC.TBL_CD(+) = CLAIM_1.NATR AND
IJPB_DESC.TBL_CD(+) = CLAIM_1.PART_OF_BODY
;

Sorry, It's a function it's self.
this function is called Target_bucket
How can I do this the way your stating?? I can create my materialized view just not rewrite enabled like I need too.
Help?? Can you please tell me how I can go about doing what I need to do?
thanks so much..
This is the code for my function target_bucket.
GRP_OR_BCKT_IN CHAR, -- 'G' or 'B'
PTD_OR_RESV_IN CHAR, -- 'P' or 'R'
CLM_KIND_IN CHAR,
CODE_IN CHAR,
PTD_1 NUMBER,
PTD_2 NUMBER,
PTD_3 NUMBER,
PTD_4 NUMBER,
PTD_5 NUMBER,
PTD_6 NUMBER,
PTD_7 NUMBER,
PTD_8 NUMBER,
PTD_9 NUMBER)
RETURN NUMBER IS
TEMP NUMBER := 0;
BEGIN
SELECT /*+ INDEX(INDICATOR_SUM IDX_INDICATOR_SUM_GRP)*/
SUM(DECODE(INDICATOR_SUM.INDICATOR,
1, PTD_1,
2, PTD_2,
3, PTD_3,
4, PTD_4,
5, PTD_5,
6, PTD_6,
7, PTD_7,
8, PTD_8,
9, PTD_9,
0)) INTO TEMP
FROM INDICATOR_SUM WHERE
INDICATOR_SUM.GRP_OR_BCKT = GRP_OR_BCKT_IN AND
INDICATOR_SUM.PTD_OR_RESV = PTD_OR_RESV_IN AND
INDICATOR_SUM.CLM_KIND = CLM_KIND_IN AND
INDICATOR_SUM.CODE = CODE_IN;
RETURN NVL(TEMP,0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;

Similar Messages

  • How do you write a deterministic clause?

    How do you write / code a deterministic clause? I was told to use it instead of Target buckets
    Thanks,

    This is my target_bucket function. I have been trying to create a rewrite enabled materialized view and I have been able to do that. I was told to use a deterministic clause to be able to make the code into a re-write enable materialized view.
    THIS IS THE TARGET BUCKET CODE / FUNCTION.
    GRP_OR_BCKT_IN CHAR, -- 'G' or 'B'
    PTD_OR_RESV_IN CHAR, -- 'P' or 'R'
    CLM_KIND_IN CHAR,
    CODE_IN CHAR,
    PTD_1 NUMBER,
    PTD_2 NUMBER,
    PTD_3 NUMBER,
    PTD_4 NUMBER,
    PTD_5 NUMBER,
    PTD_6 NUMBER,
    PTD_7 NUMBER,
    PTD_8 NUMBER,
    PTD_9 NUMBER)
    RETURN NUMBER IS
    TEMP NUMBER := 0;
    BEGIN
    SELECT /*+ INDEX(INDICATOR_SUM IDX_INDICATOR_SUM_GRP)*/
    SUM(DECODE(INDICATOR_SUM.INDICATOR,
    1, PTD_1,
    2, PTD_2,
    3, PTD_3,
    4, PTD_4,
    5, PTD_5,
    6, PTD_6,
    7, PTD_7,
    8, PTD_8,
    9, PTD_9,
    0)) INTO TEMP
    FROM INDICATOR_SUM WHERE
    INDICATOR_SUM.GRP_OR_BCKT = GRP_OR_BCKT_IN AND
    INDICATOR_SUM.PTD_OR_RESV = PTD_OR_RESV_IN AND
    INDICATOR_SUM.CLM_KIND = CLM_KIND_IN AND
    INDICATOR_SUM.CODE = CODE_IN;
    RETURN NVL(TEMP,0);
    EXCEPTION
    WHEN OTHERS THEN
    RETURN 0;
    END;
    This is what I've been trying to do with no LUCK AT ALL.
    CREATE MATERIALIZED VIEW M_reserve
    TABLESPACE mviews_TS
    BUILD IMMEDIATE
    Enable query rewrite
    AS
    SELECT
    Reserve.clm_seq_id_fk as clm_seq_id,
    PID.PID_NBR AS PARENT_ID,
    PID.PID_NAME AS PID_NAME,
    ACCT.ACCT_NBR AS ACCOUNT_NBR,
    ACCT.ACCT_NAME AS ACCOUNT_NAME,
    CLAIM_1.CLM_NBR AS CLAIM_NBR,
    CLAIM_1.CLM_SUFFIX AS CLAIM_SUFFIX,
    ACCT_LOI.LOI AS LOI,
    CLAIM_1.CLM_KIND AS CLAIM_KIND,
    CLAIM_1.ST_CLM_NBR AS STATE_CLAIM_NBR,
    ACCT_LOI.RISK_NBR AS RISK_NBR,
    ACCT_LEVEL1.LEVEL_1 AS LOCATION_1,
    ACCT_LEVEL1.LEVEL_NAME AS LOCATION_1_NAME,
    ACCT_LEVEL2.LEVEL_2 AS LOCATION_2,
    ACCT_LEVEL2.LEVEL_NAME AS LOCATION_2_NAME,
    ACCT_LEVEL3.LEVEL_3 AS LOCATION_3,
    ACCT_LEVEL3.LEVEL_NAME AS LOCATION_3_NAME,
    ACCT_LEVEL4.LEVEL_4 AS LOCATION_4,
    ACCT_LEVEL4.LEVEL_NAME AS LOCATION_4_NAME,
    ACCT_LEVEL5.LEVEL_5 AS LOCATION_5,
    ACCT_LEVEL5.LEVEL_NAME AS LOCATION_5_NAME,
    SERV_OFC.SERV_OFC AS SERV_OFC,
    SERV_OFC.SERV_OFC_NAME AS SERV_OFC_NAME,
    CLAIM_1.BEN_ST AS BENEFIT_ST,
    CLAIM_1.CLM_TYPE AS CLAIM_TYPE,
    CLAIM_1.OPN_CLSD AS OPEN_CLOSED,
    SUBSTR(CLAIM_1.CLM_STAT,1,5) AS CLAIM_STATUS,
    CLAIM_1.CLMT_LST_NAME AS CLMNT_LAST_NAME,
    CLAIM_1.CLMT_FIRST_NAME AS CLMNT_FIRST_NAME,
    CLAIM_1.CLMT_MID_INIT AS CLMNT_MIDDLE_INITIAL,
    CLAIM_2.CLMT_ADDR1 AS CLMNT_ADDR1,
    CLAIM_2.CLMT_ADDR2 AS CLMNT_ADDR2,
    CLAIM_2.CLMT_CITY AS CLMNT_CITY,
    CLAIM_2.CLMT_ST AS CLMNT_ST,
    CLAIM_2.CLMT_ZIP_CD AS CLMNT_ZIP_CD,
    CLAIM_2.CLMT_CNTRY AS CLMNT_CNTRY,
    CLAIM_1.CLMT_SSN AS CLMNT_SSN,
    CLAIM_1.DT_INJ AS DATE_OF_INJURY,
    CLAIM_1.DT_RPT_EMPLR AS DATE_RPT_TO_EMPLOYER,
    CLAIM_1.DT_RECV AS DATE_RCVD_BY_GMCD,
    CLAIM_1.DT_INPT AS DATE_CLAIM_ENTERED,
    CLAIM_1.DT_CLSD AS DATE_CLAIM_CLOSED,
    CLAIM_1.DT_LST_ACTVY AS DATE_OF_LAST_ACTIVITY,
    CLAIM_1.DT_REOPN AS DATE_REOPENED,
    CLAIM_1.INJ_CAUSE AS INJ_CAUSE_CD,
    IJCA_DESC.TBL_DESC AS INJ_CAUSE_DESC,
    CLAIM_1.PART_OF_BODY AS POB_CD,
    IJPB_DESC.TBL_DESC AS POB_DESC,
    CLAIM_1.NATR AS INJ_NATURE_CD,
    IJNT_DESC.TBL_DESC AS INJ_NATURE_DESC,
    CLAIM_1.AGCY AS AGENCY_CD,
    AGAL_DESC.TBL_DESC AS AGENCY_DESC,
    CLAIM_1.MANL_CLSR_REQR AS MANUAL_CLASS_NBR,
    CLAIM_1.REC_ONLY AS RECORD_ONLY_FLAG,
    CLAIM_1.SEX AS SEX,
    NVL(DECODE(CLAIM_1.AGE,0,NULL,CLAIM_1.AGE),
    TRUNC((CLAIM_1.DT_INJ - CLAIM_1.DT_BIRTH) / 365.25))
    AS AGE,
    CLAIM_1.TIME_EMPLD AS TIME_EMPLOYED,
    CLAIM_1.DT_MED_TO_INDM AS DATE_MED_CHG_TO_IND,
    CLAIM_1.DT_INDM_TO_MED AS DATE_IND_CHG_TO_MED,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '200',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_MEDICAL,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '201',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_INDEMNITY,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '202',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_EXPENSES,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '203',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_RECOVERABLE,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '204',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_PROPERTY_DAMAGE,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '205',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_BODILY_INJURY,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '206',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_OTHER,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '207',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_CONTENTS,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '208',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_STRUCTURES,
    TARGET_BUCKET('G','R',
    DECODE(PID.CONV_FLAG,'Y',CLAIM_1.CLM_KIND,'WC00'),
    '209',
    RESERVE.RESV_1,
    RESERVE.RESV_2,
    RESERVE.RESV_3,
    RESERVE.RESV_4,
    RESERVE.RESV_5,
    RESERVE.RESV_6,
    RESERVE.RESV_7,
    RESERVE.RESV_8,
    RESERVE.RESV_9) AS RESV_RECOVERY,
    CLAIM_1.DT_DEATH AS DATE_OF_DEATH,
    CLAIM_1.INJ_CLASS_CD AS INJ_CLASS_CD,
    ICLA_DESC.TBL_DESC AS INJ_CLASS_DESC,
    CLAIM_1.OCCUP_CD AS OCCUPATION_CD,
    CLAIM_1.OCCUP AS OCCUPATION_DESC,
    CLAIM_1.NATR_OF_INJ AS INJ_NATURE,
    CLAIM_1.ACCD_DESC AS ACCIDENT_DESC,
    RESERVE.DT_INPT AS DATE_RESERVE_ENTERED,
    RESERVE.TIME_INPT AS TIME_RESERVE_ENTERED,
    RESERVE.RESV_OTH_DESC AS RESV_OTH_DESC,
    ASSOCIATE.HP_LOGON AS FIELD_OFFICE,
    ASSOCIATE.USER_LST_NAME AS EXAMINER_LAST_NAME,
    ASSOCIATE.USER_FIRST_NAME AS EXAMINER_FIRST_NAME,
    ASSOCIATE.SUPV AS EXAMINERS_SUPERVISER,
    ASSOCIATE.MGR AS EXAMINERS_MANAGER,
    CLAIM_1.BUS_UNIT AS BUSINESS_UNIT,
    CLAIM_1.CLM_CLASS AS CLAIM_CLASS,
    CLAIM_1.NURSE_RESP AS NURSE_RESPONSIBLE,
    CLAIM_2.EMPL_NBR AS EMPL_NBR
    FROM
    ACCT,
    ACCT_LOI,
    PID,
    INCIDENT,
    CLAIM_1,
    CLAIM_2,
    ACCT_LEVEL1,
    ACCT_LEVEL2,
    ACCT_LEVEL3,
    ACCT_LEVEL4,
    ACCT_LEVEL5,
    RESERVE,
    SERV_OFC,
    ASSOCIATE,
    AGAL_DESC,
    IJCA_DESC,
    ICLA_DESC,
    IJNT_DESC,
    IJPB_DESC
    WHERE
    CLAIM_1.OPN_CLSD <> 'Z' AND
    PID.PID_SEQ_ID = ACCT.PID_SEQ_ID_FK AND
    ACCT.ACCT_SEQ_ID = ACCT_LOI.ACCT_SEQ_ID_FK AND
    INCIDENT.ACCT_LOI_SEQ_ID_FK(+) = ACCT_LOI.ACCT_LOI_SEQ_ID AND
    CLAIM_1.INC_SEQ_ID_FK(+) = INCIDENT.INC_SEQ_ID AND
    CLAIM_2.CLM_SEQ_ID_FK = CLAIM_1.CLM_SEQ_ID AND
    RESERVE.CLM_SEQ_ID_FK(+) = CLAIM_1.CLM_SEQ_ID AND
    SERV_OFC.SERV_OFC_SEQ_ID = CLAIM_1.SERV_OFC_SEQ_ID_FK AND
    ACCT_LEVEL1.LEVEL1_SEQ_ID(+) = CLAIM_1.LEVEL1_SEQ_ID_FK AND
    ACCT_LEVEL2.LEVEL2_SEQ_ID(+) = CLAIM_1.LEVEL2_SEQ_ID_FK AND
    ACCT_LEVEL3.LEVEL3_SEQ_ID(+) = CLAIM_1.LEVEL3_SEQ_ID_FK AND
    ACCT_LEVEL4.LEVEL4_SEQ_ID(+) = CLAIM_1.LEVEL4_SEQ_ID_FK AND
    ACCT_LEVEL5.LEVEL5_SEQ_ID(+) = CLAIM_1.LEVEL5_SEQ_ID_FK AND
    ASSOCIATE.PROCS_UN(+) = CLAIM_1.EXAMR_RESP AND
    ASSOCIATE.SERV_OFC_SEQ_ID_FK(+) = CLAIM_1.SERV_OFC_SEQ_ID_FK AND
    (AGAL_DESC.TBL_TYPE = ACCT_LOI.AGCY_CD_TBL OR
    AGAL_DESC.TBL_TYPE IS NULL) AND
    AGAL_DESC.TBL_CD(+) = CLAIM_1.AGCY AND
    ICLA_DESC.TBL_CD (+) = CLAIM_1.INJ_CLASS_CD AND
    IJCA_DESC.TBL_CD (+) = CLAIM_1.INJ_CAUSE AND
    IJNT_DESC.TBL_CD (+) = CLAIM_1.NATR AND
    IJPB_DESC.TBL_CD (+) = CLAIM_1.PART_OF_BODY ;

  • How can you add a where clause using "OR" with applied ViewCriteria?

    [JDeveloper 10.1.3 SU4]
    [JHeadstart 10.1.3 build 78]
    I am using JHeadstart, but have a question probably more in the ADF area. On the JHeadstart forum I asked:
    "I am overriding JhsApplicationModule's advancedSearch in order to be able to search in childtables. I created transient attributes, display those in advanced search and in the overridden method I check if any of these are filled by the user and create a where clause like 'EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>)'. I add this whereclause using ViewObject.setWhereClause.
    So far so good and it works. However, if the user selects 'Result matches any criteria', combining setWhereClause and the normal advancedSearch QueryByExample implementation using ViewCriteriaRow do not provide the desired result, since the ViewCriteria and the setWhereClause are AND-ed together, which is fine if the user selects the (default) "Results match all criteria" (everything is AND-ed) but not the "Result matches any criteria", since then every criterium is OR-ed together, except for the setwhereclause criteria and the set of ViewCriteriaRows, they are AND-ed.
    I looked if I could specify that a WhereClause will be OR-ed to existing applied ViewCriteria, but no luck. Do I have to rewrite also advancedSearch's ViewCriteria implementation and write an entire setWhereClause implementation to be able to "OR" every criterium? Or any other suggestions? Can I look at the entire Where clause and rewrite it (after applyCriteria and setWhereClause are called on the VO)?
    Toine"
    Sandra Muller (JHeadstart Team) told me today: "This sounds like a JDeveloper/ADF issue that is not related to JHeadstart. The question is: how can you add a where clause using "OR" if there are already one or more ViewCriteria applied?
    To simplify the test case, you could create a simple ADF BC test client class in a test Model project without JHeadstart (in the test class, use bc4jclient + Ctrl-Enter), in which you first apply a few ViewCriteriaRows to a View Object and also add a where clause.
    Can you please log a TAR at MetaLink ( http://metalink.oracle.com/ ), or ask this question at the JDeveloper forum at http://otn.oracle.com/discussionforums/jdev.html ? (This what I am doing now ;-))
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting"
    Anyone knowing the answer or am I asking for an enhancement?
    Toine

    Hi,
    Can you SET your whereclause as follows ?
    ('Y' = <isAnd>
    and EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>))
    OR ('N' = <isAnd>
    AND EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> OR <another column in childtable> LIKE '<value supplied by user>))
    )

  • How do you create a link to a pdf in Muse? Thought it was going to show that with Katie's menu and can"t find in any of the tutorials.

    How do you create a link to a pdf in Muse? Thought it was going to show that with Katie's menu and can't find in any of the tutorials.

    The steps would be :
    - Add files from file menu > select pdf > add to site
    - Select the content (rectangle,text etc) and click on hyperlink dropdown > it should show you the added files list
    - Select the file you want to link
    Thanks,
    Sanjit

  • How do you create a new apple id on the iphone

    how do you create a new apple id on the iphone 4?

    Why do you want to do that?

  • How would you create a read/display only applicaiton montior role for SRM

    Hello,
    I was hoping to get some insight on how to create a display/read only SRM Application monitor role.  This role would be used by our Service Desk to perform basic trouble shooting before escalating.  Currently in our system it is tied into a tab named SAP Administration and has the capability of doing more than read.  How do you create a read version of this to only display the application monitoring in read mode? We currently have an SRP role that has the followiing auths below.  Would a EPP portal role need to be created and if so how>  Thank you for any assistance.
       Manually   BBP Component                                                BBP
              Manually   SRM: General Access Authorizations in EBP                    BBP_FUNCT
               Manually   SRM: General Access Authorizations in EBP                    T-SD59003000
                 Function in SRM (for Authoriza MON_ALERTS                                                                  BBP_FUNCT
    - Todd

    Hello,
    I was hoping to get some insight on how to create a display/read only SRM Application monitor role.  This role would be used by our Service Desk to perform basic trouble shooting before escalating.  Currently in our system it is tied into a tab named SAP Administration and has the capability of doing more than read.  How do you create a read version of this to only display the application monitoring in read mode? We currently have an SRP role that has the followiing auths below.  Would a EPP portal role need to be created and if so how>  Thank you for any assistance.
       Manually   BBP Component                                                BBP
              Manually   SRM: General Access Authorizations in EBP                    BBP_FUNCT
               Manually   SRM: General Access Authorizations in EBP                    T-SD59003000
                 Function in SRM (for Authoriza MON_ALERTS                                                                  BBP_FUNCT
    - Todd

  • How do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the onli

    how do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the online photoshop, and I really want to create my own customized url and post photos to my gallery and share them with the world, family, and friends, but i need help because i can't figure how to do any of this, would really appreciate feedback and assistance, thanks, - claire conlon

    To add to sig's reply, "calibrating" does not calibrate Lithiu-Ion batteries, it calibrates the charge reporting circuitry.  If you look at the effect of deep discharging Lithium-Ion batteries in the data from the independent test group, Battery University, you will see that doing so shortens the life of the battery significantly. It looks like an optimum balance between use and life is at a discharge level of 50%.

  • HT4191 iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.

    iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.  I've seen reference to the  "My iPhone" local storage put no mention on how you create this folder or access this folder within the Notes app.  I realize storing information in a local storage like this provides no syncing between other iDevices but that is exactly what I'm looking for.  I'm running iOS7.0.4 on a iPhone 5S, and a iPad Air.  Any help would be greatly appreciated.

    If you go to Settings > Notes > Default Account you will see "On My iPhone" as the default account and the only choice if you have not enabled syncing Notes in Settings >iCloud or Settings > Mail, Contacts, Calendars. If you have enabled syncing you can still select "On My iPhone" as the default account. When you are in the Notes app you won't see any accounts listed if you have not enabled syncing because they are all in the On My iPhone account and that is the only place possible. It is not a folder that you create.

  • How do you create a new account for a family member?

    My daughter and I both have Ipods, and want to setup SEPARATE accounts. Itunes 7 worked great, but now when we 'upgraded' to 8, it MERGED all our files. So I thought I had a separate account, but it turns out when I load a new song, it goes into HER Itunes files. She deleted all my info, and I REALLY want a separate account (that sticks).
    My songs are still in my directory under "Mikes Itunes", but when I reloaded them into what I thought was a fresh entry, it turns out it went into my daughter's Itunes file too! What is up with Itunes 8? and how can you create a TRUE separate account so I have control over MY songs!?

    First, let's make it easier to swap between accounts. In the Accounts pane of System Preferences click on the Login Options (after unlocking the pane). Enable fast user switching. This will put a new menu in the top right of the screen. You can then swap to the other account without having to log out of the current one.
    Log into the original account. Select the folder you want access from the other account and choose Get Info from the file menu. There is a section called Sharing & Permissions. You will need to click on the padlock to make changes. Click on the + to add permissions for the other user account by selecting the user account from list that appears. Set the permission for that account to read only. Once you have it listed then choose the "Apply to enclosed items" from the gear menu below the list. This should give you access from the other account to that folder and any folders contained in it.
    For iTunes you will want to do this to the Music folder, giving you access to the files below. From within iTunes you can select Add to Library from the file menu, and then select the music from the other account to that account's iTunes library. Once you have set up the new library whoever's library is the original can clean up the library to remove any music they don't want (now that it's in the new account).

  • How do you create an AcrobatXI zip file in windows 8.1?

    How do you create an AcrobatXI zip file in windows 8.1? from acrobat.com docs?  Sorry Not sure what community to ask this in this community?  The email provider I was using didn''t seem to want to accept it through Adobe Send the first time and since Adobe Send ends January 6, I am assuming a zip file is preferable..  I thought I had seen an Adobe Zip file somewhere but haven't been able to locate it. Any help appreciated.
    Thank you.
    Sherrie

    Hi Sherrie L,
    Adobe Send is Adobe's current solution for sending large files. (It's Adobe SendNow that's retiring soon.) Can you tell us what trouble you were running into using Adobe Send?
    There isn't a special version of Zip files for Acrobat, but you could reduce the PDF file size if you have Acrobat. Or, in Windows, you can create a Zip file by choosing File > Send to > Compressed (Zipped) Folder.
    Best,
    Sara

  • How can you create a spry menu bar with no background colour?

    How can you create the first level of a spry menu bar to have no colour? I have a coloured background right now and the colour matches when you load the site in Internet explorer but does not match in Firefox. Any suggestions are welcomed on how to fix this.
    Thanks!
    HK

    Here is the site:
    http://partnersnaturally.ca/
    I am learning with code, (obviously) so any feedback would be nice. I use dreamweaver CS4, but when I originally designed the site it was in a much older version of dreamweaver. I wonder if that could also be a cause. (besides human error)
    Thanks again,
    HK

  • How can you create a writable PDF document from a PPT presentation ?

    How can you create a writable PDF document from a PPT presentation ? Upper part with the image , lower part with a free space in order to take notes for students during presentation or course.
    Thanks.
    B

    You can make a PDF file out of you notes and handouts but using the Adobe PDF printer.
    Open your PowerPoint Document then go to “File” “Print”
    Select ‘Adobe PDF” Printer
    Under slides, select which way you want to print. Note it will not print to a printer but to a PDF file.
    After then go into printer Properties and Setup PDF properties, do the following: (see second image below)
    Default: PDF/A 1-b
    Adobe Security: none (change as needed)
    Adobe Output folder: Prompt for Adobe file name
    Adobe Page size: Letter (change as needed)
    Check the following check boxes
    View Adobe PDf Results,
    Add Document Information,
    Rely on system fonts only,
    Delete Log files for successful jobs.
    Select OK
    A pop will ask you where you want to save the document. The file extension should be PDF. After giving the file name select okay and the file should popup as a PDF. Down side is if you want to speaker notes included then you will have to do another file, like wise with just screen shots then combine into one PDF document.
    I used Acrobat IX Pro. So to do this you need Acrobat IX or X Pro.
    Hope this will help.
    Tiger26

  • How can you create a playlist with music and music video and play those from same playlist through Apple TV?

    How can you create a playlist on Ipod touch with music and music video,  and play those from same playlist through Apple TV?  I can download, create a playlist with both music and music video, stream that through the Apple TV with no problem.  The sound and the information show up on the TV, but when it gets to a music video, it only shows the information and "artwork".
    I also have a video playlist - videos play fine through the Apple TV, but will not shuffle through all videos - continues to repeat the same one.  I have most definitely selected shuffle in both locations - from the playlist and on the ipod video screen while video is playing.

    I finally got it... had to sync the photos with the music in iMovie, arrange the voiceover in GarageBand then export to iTunes, and then I was able to put it all together in iMovie and burn in iDVD... had a few glitches along the way but finally finished : )
    Message was edited by: jpewald

  • How do you create a mixed media disc? I would like to include a slideshow/movie as well as include a .pdf of a photo book on the same disc?

    How do you create a mixed media disc? I would like to include a slideshow/movie as well as include a .pdf of a photo book on the same disc. I would like the movie to play on any DVD player.

    Do you want the pdf available to view or just for copying from the disk to a computer for viewing.
    To view a PDF you can do a Print ➙ PDF ➙ Save PDF to iPhoto which will create a jpg of each page of the pdf and save it to iPhoto.  From there you can send the PDF jpegs to iDVD to make a slideshow of the pages.  It's the same principle as used in this tutorial: 06 - Creating an iDVD Slideshow From an iPhoto Book.
    If you don't have the Safe to iPhoto workflow in your HD/Library/PDF Services folder you can download it from  Toad's Cellar.
    Happy Holidays

  • How do you create an installer/bundle for PPro with extension, a plugin (export-controller) and some

    Hi
    As my topic says
    How do you create an installer/bundle for PPro with extension, a plugin (export-controller) and some custom presets?
    Assume you have Flash Builder 4.5, CS Extension builder 2.0, Xcode 4.5.1 running under MacOS 10.8.

    I understand why you need updated running headers in your book. To a sighted reader these serve as a guide to where you are and help you find things quickly.  In addition, if you are exporting your data to XML or HTML from the tagged PDF it would also be important to have these in the proper location. 
    But for accessibility purposes, it doesn't have to be there because the screen reader reads everything in linear order, line by line.  No one is looking at the page.  A user listening to the screen reader read the page is going to hear this heading, just before the actual word itself. So they will hear the first word on the page twice.  It's not the end of the world if it's there, but such headings are not necessary for accessibility unless they are not repetitive and contain information that is not otherwise available.
    So I would say, fine if you need them or want them there, it's just one word. 
    I think you should try exporting your book to PDF (or even just a chapter of the book) and look at the tags panel in Acrobat to see if you are getting the result you want.  I can't tell you exactly what you should do to get those results, you are using a plug-in I don't have. 
    I can tell you I didn't have to add the headers to any article at all, they just automatically export if the other articles in the file are added and you don't select the header style option "not for export as XML."
    You may not experience the same results with your plug-in, but I think it will probably work the same way. 
    Give it a try and best of luck.

Maybe you are looking for

  • How can i use application for internet explorer on the safari web browser ?

    I have a digital video recording system, which uses the the Internet Explorer for Remote Survelliance. It usually works with chrome and mozilla by adding ie-tab  plug-in's to it. Is there any such ie-tab for the safari. ?

  • Multiple Apache Servers tied to CF8/JRUN?

    I've got CF6 experience over J2EE, but now I'm trying to deploy CF8 over embedded JRUN 4.0 on an OS X Tiger Server (10.4.10) and running into some headaches. From what I can see in the JRUN 4 documentation I need to enable Proxy Service so that I can

  • Attachment without multipart content type

    Hello, My application receives mails sent from some different customers and parses the mail's attachments. The problem is that all these customers send their mails in a very different ways. Some of them send mails with "Content-Type: multipart/mixed;

  • Default Applications

    Newbie question here - how do I change the default application to start when I open a file in Finder? I've installed NeoOffice and want it to be the default application for .doc files. Right now when I open a .doc file in Finder, it starts the TextEd

  • Returns to the state of departure

    Hi When I reload the browser page it returns to the state of departure set in Flash Bilder even if it is for the authentication state of the beginning and we lose the session. I used Flash Bilder