/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatCHIFM176
 *  ソースファイル名    ：JBSbatCHIFM176.java
 *  作成者              ：富士通
 *  日付                ：2013年03月21日
 *
 *＜機能概要＞
 *　（充当結果リスト(クレジット結果)）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2013/03/21  FJ)FJ         新規作成
 *
 *********************************************************************/
package eo.business.util.file;

/**
 * （充当結果リスト(卸結果)）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatCHIFM294
{
	/** 請求番号（充当結果リスト） */
	public static final String SEIKY_NO = "SEIKY_NO";

	/** 請求先番号 */
	public static final String SEIKY_SAKI_NO = "SEIKY_SAKI_NO";

	/** 請求年月 */
	public static final String SEIKY_YM = "SEIKY_YM";

	/** 入金額 */
	public static final String NYUKIN_AMNT = "NYUKIN_AMNT";

	/** 入金経路コード */
	public static final String NYUKIN_ROUTE_CD = "NYUKIN_ROUTE_CD";

	/** 入金番号 */
	public static final String NYUKIN_NO = "NYUKIN_NO";

	/** 金庫ステータス */
	public static final String KNK_STAT = "KNK_STAT";

	/** 金庫ＩＤ（金庫番号） */
	public static final String KNK_ID = "KNK_ID";

	/** 結果 */
	public static final String RSLT = "RSLT";

	/** データ区分 */
	public static final String DATA_DIV = "DATA_DIV";

	/** データ種類 */
	public static final String DATA = "DATA";

	/** エラー内容 */
	public static final String ERR_NAIYO = "ERR_NAIYO";

	/** 請求契約番号 */
	public static final String SEIKY_KEI_NO = "SEIKY_KEI_NO";

	/** 送付先カナ名 */
	public static final String SHS_KANA = "SHS_KANA";

	/** 請求番号（請求） */
	public static final String SEIKY_NO_CH0051 = "SEIKY_NO_CH0051";

	/** 卸先事業者コード（請求） */
	public static final String ORSJGS_CD = "ORSJGS_CD";

	/** 卸先事業者コード（卸先事業者） */
	public static final String ORSJGS_CD_CH0911 = "ORSJGS_CD_CH0911";

	/** 卸先事業者名 */
	public static final String ORSJGS_NM = "ORSJGS_NM";

}
