`

EBS价目表设置导入功能(3)-价目表参数

 
阅读更多

3.导入价目表参数

 

3.1插入到价目参数表

(orig_sys_line_ref, --1.原始价目表行ID
 orig_sys_header_ref, --2.原始价目表题头ID
 list_line_type_code, --3.行类型
 start_date_active, --4.有效起始日期
 arithmetic_operator, --5.UNIT_PRICE
 operand, --6.价格
 primary_uom_flag, --7.是否主要单位
 product_precedence, --8.优先顺序
 interface_action_code, --9.操作方式
 process_flag, --10.处理标志
 process_status_flag, --11.处理状态
 list_header_id,
 list_line_id)
values
(prm_line.orig_sys_line_ref, --1.原始价目表行ID
 prm_line.orig_sys_header_ref, --2.原始价目表题头ID
 prm_line.list_line_type_code, --3.行类型
 prm_line.start_date_active, --4.有效起始日期
 prm_line.arithmetic_operator, --5.UNIT_PRICE
 prm_line.operand, --6.价格
 prm_line.primary_uom_flag, --7.是否主要单位
 prm_line.product_precedence, --8.优先顺序
 prm_line.interface_action_code, --9.操作方式
 prm_line.process_flag, --10.处理标志
 prm_line.process_status_flag, --11.处理状态
 prm_line.list_header_id,
 prm_line.list_line_id);
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics