HLS_BP_MASTER_ROLE.sql 262 Bytes
Newer Older
1 2 3 4 5
alter table hls_bp_master_role add (BP_NAME  varchar2(100));
comment on column hls_bp_master_role.BP_NAME is '商业伙伴名称';

alter table hls_bp_master_role add (BP_CODE  varchar2(30));
comment on column hls_bp_master_role.BP_CODE is '商业伙伴编码';