In Oracle e-Commerce Gateway, the 810 Invoice Outbound program (ECEINO)

----------------------------------------------------------------------------------------------------

Run the following update, this will re-set the transaction to be exported when you run the 810 or 812 Outbound

update ra_customer_trx_all
set printing_pending = 'Y',
printing_count = NULL,
printing_last_printed = NULL,
printing_original_date = NULL,
EDI_processed_flag = 'N',
EDI_processed_status = NULL
where customer_trx_id = &enterCustomer_trx_id;

commit;

arrow
arrow
    文章標籤
    EDI
    全站熱搜
    創作者介紹
    創作者 Somebaby 的頭像
    Somebaby

    Oracle eBS經驗分享

    Somebaby 發表在 痞客邦 留言(0) 人氣()