事后监督流程:
1柜员签到---输入要监督的网点号
2查询审核各项需审核的业务
3审核过程中如发现差错或需核实的事项,通过差错录入(8004),待核实类容录入(8006)完成登记,通过差错核销(8005),审核差/待核实修改(8009)完成对差错的处理。
4全部审核项都审核完毕后,使用审核完成日期切换(8002)交易完成审核日期换日。
对公业务监督
开销户管理查询
活期,定期,单位通知存款,保证金,公积金开户(8151)
select a. custno ,, , ,, ,
c. inbrflg, c. term,c. isdate,c. tedate, c meditype,
,, a. tlrno
from a,inmr b, svcard c
where =? And = ?
and =
and =
and a. octype = ‘O’{O-开户 C-销户}
and ([1,3] = ‘201’{活期,公积金}
or [1,3] = ‘205’{定期}
or [1,5] = ‘20201’{单位通知存款}
or [1,3] = ‘251’{保证金}
)
order by
对非定期类帐户的到期日(tedate为39991231)查询结果中不要显示
根据svcard中的subtype可以区分帐户的类型()
所有帐户销户查询(8153)
select a. custno ,, , ,, ,
c. inbrflg, c. term,c. isdate,c. tedate, c. iedate,c meditype,
,, a. tlrno
from a,inmr b, svcard c
where =? And = ?
and =
and =
and a. octype = ‘C’{O-开户 C-销户}
and ( = ‘2’ or
= ‘3’
)
order by
存款帐户开销户登记簿明细表()
索引
Name
Description
actid+octype
Name
Type
Description
actid
actid(integer)
帐号
acttype
type(char(1))
帐户类型
0个人户
1企业户
2内部户
custno
custno(char(20))
相关客户号
octype
type(char(1))
登记类型
O开户;C销户;P提前销户
ocdate
date(char(8))
开销户登记日期
octime
time(char(9))
开销户登记时间
tlrno
tlrno(char(6))
登记柜员
tlsrno
tlsrno(char(7))
登记柜员流水号
kinbr
brid(char(6))
登记行号
(开户、销户等操作执行机构)
opnbr
brid(char(6))
帐号开户行号
(开户、销户等操作发生当时,svcard记录的开户机构号)
actbal
amount(decimal(14))
帐户金额
intrt
amount(decimal(14))
销户利息
agmtflg
type(char(1))
协定标志
lnflg
type(char(1))
贷款标志
inbrflg
type(char(1))
通兑标志
pswdflg
type(char(1))
支付密码标志(见参数表)
memo
ldesc(varchar(255))
备注
misc1
adesc(char(20))
扩展信息1
misc2
desc(varchar(60))
扩展信息2
存款帐户主文件表(svcard)
索引
Name
Description
PK_svcard
actid
Name
Type
Description
actid
actid(integer)
帐号(内部)
事后监督数据接口 来自淘豆网m.daumloan.com转载请标明出处.