2018年11月23日
摘要: 创建银行 创建分行,也可用于创建供应商时创建的银行分行账户,在供应商创建一行环节,只能创建分行账户,银行账户是取系统已有的银行,换句话说,供应商处不能创建银行只能创建分行。 阅读全文
posted @ 2018-11-23 14:37 Jenrry 阅读(1712) 评论(0) 推荐(0) 编辑
摘要: ------------------------------------ 1. Set Environment ------------------------------------ -- 1a. Setup the Org_id ------------------------------------ exec dbms_application_info.set_client_info... 阅读全文
posted @ 2018-11-23 14:36 Jenrry 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 创建供应商联系人目录的联系人信息 创建供应商银行账户/创建银行账户 阅读全文
posted @ 2018-11-23 14:35 Jenrry 阅读(615) 评论(0) 推荐(0) 编辑
摘要: 系统管理员下,跑请求: 阅读全文
posted @ 2018-11-23 14:30 Jenrry 阅读(421) 评论(0) 推荐(0) 编辑
摘要: SELECT gh.je_header_id, gh.period_name, gh.default_effective_date, gh.je_source, gs.user_je_source_name, gh.je_category, ... 阅读全文
posted @ 2018-11-23 14:29 Jenrry 阅读(1418) 评论(0) 推荐(0) 编辑
摘要: SELECT fu.user_name 用户名, fu.description 用户说明, fu.start_date 用户启用日期, fu.end_date 用户终止日期 --,fu.employee_id , ppv.full_name 员工 --,fud.RESPONSIBILITY... 阅读全文
posted @ 2018-11-23 14:27 Jenrry 阅读(1503) 评论(0) 推荐(0) 编辑
摘要: SELECT cm.trx_number ,fnd_flex_ext.get_segs('SQLGL', 'GL#', gcc.chart_of_accounts_id, ad.code_combination_id) account_number ,ra.gl_date ,ct.trx_number applied_trx_number ,ad.... 阅读全文
posted @ 2018-11-23 14:25 Jenrry 阅读(560) 评论(0) 推荐(0) 编辑
摘要: AR_RECEIVABLE_APPLICATIONS APP, AR_CASH_RECEIPTS CR, AR_PAYMENT_SCHEDULES PS_INV, HZ_CUST_ACCOUNTS CUST, HZ_PARTIES PARTY, ... 阅读全文
posted @ 2018-11-23 14:25 Jenrry 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: -- 收款核销,贷项通知单核销也是通过ar_receivable_applications_all表 SELECT cr.receipt_number ,ad.amount_dr ,ad.amount_cr ,ad.source_table ,ad.source_type ,xla_oa_functions_pkg.get... 阅读全文
posted @ 2018-11-23 14:24 Jenrry 阅读(581) 评论(0) 推荐(0) 编辑
摘要: SELECT cm.trx_number ,fnd_flex_ext.get_segs('SQLGL', 'GL#', gcc.chart_of_accounts_id, ad.code_combination_id) account_number ,ra.gl_date ,ct.trx_number applied_trx_number ,... 阅读全文
posted @ 2018-11-23 14:22 Jenrry 阅读(984) 评论(0) 推荐(0) 编辑
摘要: SELECT ct.trx_number ,adj.adjustment_number ,ad.amount_dr ,ad.amount_cr ,ad.source_table ,ad.source_type ,xla_oa_functions_pkg.get_ccid_description(gcc.chart_of_ac... 阅读全文
posted @ 2018-11-23 14:22 Jenrry 阅读(489) 评论(0) 推荐(0) 编辑
摘要: SELECT ct.trx_number ,l.accounting_class_code ,l.entered_dr ,l.entered_cr ,fnd_flex_ext.get_segs('SQLGL', 'GL#', gcc.chart_of_accounts_id, l.code_combination_id) account_nu... 阅读全文
posted @ 2018-11-23 14:21 Jenrry 阅读(2308) 评论(0) 推荐(0) 编辑
摘要: SELECT ct.org_id ,ct.attribute1 bu_id --核算主体编号 ,ct.attribute2 dept_id --部门编号 ,hca.account_number ,hp.party_name --收单方 ,ct.attribute3 --项目编号 ,pa.long_name --项... 阅读全文
posted @ 2018-11-23 14:20 Jenrry 阅读(1528) 评论(0) 推荐(0) 编辑
摘要: SELECT ct.trx_number ,ctl.description ,fnd_flex_ext.get_segs('SQLGL' ,'GL#' ,gcc.chart_of_accounts_id ,... 阅读全文
posted @ 2018-11-23 14:20 Jenrry 阅读(1318) 评论(0) 推荐(0) 编辑
摘要: select ra.trx_number from ar_cash_receipts_all cr, ar_receivable_applications_all ar,ra_customer_trx_all ra where cr.cash_receipt_id = ar.CASH_RECEIPT_ID AND cr.receipt_number = '50011220150703... 阅读全文
posted @ 2018-11-23 14:19 Jenrry 阅读(1331) 评论(0) 推荐(0) 编辑
摘要: select hr.name, a.autoapply_flag, a.AUTOMATCH_SET_ID, a.LEGAL_ENTITY_ID, a.RECEIPT_NUMBER, a.type, a.receipt_date, b.gl_date, c.name, a.... 阅读全文
posted @ 2018-11-23 14:18 Jenrry 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 1.确认是不是没有收款方法 methods那个表的问题2.查看收款方法那个LOV的问题3.界面录入 是否会有问题 碰到的问题是 收款日期比较早时 找不到对应的收款方法 银行账户需要重新设置 阅读全文
posted @ 2018-11-23 14:16 Jenrry 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: 只创建了收款但没有创建核销行 排除其他原因 有可能是缓存溢出导致的这个要改成true 且使用消息堆栈处理 阅读全文
posted @ 2018-11-23 14:15 Jenrry 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-23 14:14 Jenrry 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-23 14:12 Jenrry 阅读(356) 评论(0) 推荐(0) 编辑