/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatCHIFM083
 *  ソースファイル名    ：JBSbatCHIFM083.java
 *  作成者              ：富士通
 *  日付                ：2012年12月08日
 *
 *＜機能概要＞
 *　（通話明細抽出データ）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2012/12/08  FJ)FJ         新規作成
 *
 *********************************************************************/
package eo.business.util.file;

/**
 * （通話明細抽出データ）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatCHIFM083
{
	/** レコード区分 */
	public static final String REC_DEF = "REC_DEF";

	/** 同封コード */
	public static final String DOHU_CD = "DOHU_CD";

	/** 請求契約番号 */
	public static final String SEIKY_KEI_NO = "SEIKY_KEI_NO";

	/** 請求番号 */
	public static final String SEIKY_NO = "SEIKY_NO";

	/** 支払方法コード */
	public static final String PAY_WAY_CD = "PAY_WAY_CD";

	/** 請求年月 */
	public static final String SEIKY_YM = "SEIKY_YM";

	/** 郵便番号 */
	public static final String PCD = "PCD";

	/** 封書区分 */
	public static final String FUSHO_DIV = "FUSHO_DIV";

	/** サービス契約番号 */
	public static final String SVC_KEI_NO = "SVC_KEI_NO";

	/** サービス契約内訳番号 */
	public static final String SVC_KEI_UCWK_NO = "SVC_KEI_UCWK_NO";

	/** 課金先電話番号 */
	public static final String KAKINS_TELNO = "KAKINS_TELNO";

	/** 着信電話番号 */
	public static final String INCOMING_TELNO = "INCOMING_TELNO";

	/** 通話開始年月日 */
	public static final String PCALL_STAYMD = "PCALL_STAYMD";

	/** 通話開始時分秒 */
	public static final String PCALL_STA_HMS = "PCALL_STA_HMS";

	/** 通話秒数 */
	public static final String PCALL_SEC_CNT = "PCALL_SEC_CNT";

	/** 通話料金 */
	public static final String PCALL_PRC = "PCALL_PRC";

	/** 通話種別コード */
	public static final String PCALL_SBT = "PCALL_SBT";

	/** 課税非課税コード */
	public static final String KAZEI_HIKAZEI_CD = "KAZEI_HIKAZEI_CD";

	/** 課税分通話数合計 */
	public static final String KAZEIBUN_PCALL_CNT_GK = "KAZEIBUN_PCALL_CNT_GK";

	/** 免税分通話数合計 */
	public static final String MENZEIBUN_PCALL_CNT_GK = "MENZEIBUN_PCALL_CNT_GK";

	/** 課税分料金合計 */
	public static final String KAZEIBUN_PRC_GK = "KAZEIBUN_PRC_GK";

	/** 免税分料金合計 */
	public static final String MENZEIBUN_PRC_GK = "MENZEIBUN_PRC_GK";

}
