小说网站 搜小说 无限网 烟雨红尘 小说爱好者 免费小说 免费小说网站

2013年12月28日

用API给用户添加职责

摘要: DECLARE lc_user_name VARCHAR2(100) := 'PRAJ_TEST'; lc_resp_appl_short_name VARCHAR2(100) := 'FND'; lc_r... 阅读全文

posted @ 2013-12-28 18:15 王小航 阅读(229) 评论(0) 推荐(0)

创建银行API

摘要: DECLARE lc_output VARCHAR2(3000); lc_msg_dummy VARCHAR2(3000); lc_return_status VARCHAR2(3000); lc_msg_data ... 阅读全文

posted @ 2013-12-28 16:40 王小航 阅读(289) 评论(0) 推荐(0)

创建银行分行的API

摘要: DECLARE p_api_version NUMBER := 1.0; p_init_msg_list VARCHAR2(1) := 'F'; v_bank_id NUMBER := 530705; x_return_status VARCHAR2(2000); x_msg_coun... 阅读全文

posted @ 2013-12-28 16:10 王小航 阅读(371) 评论(0) 推荐(0)

Oracle AP Invoice APIs

摘要:  These APIs are handful when you want to do Insert, Update or Delete programmatically for some business requirements (rare cases!) API N... 阅读全文

posted @ 2013-12-28 14:57 王小航 阅读(389) 评论(0) 推荐(0)

EBS财务模块表结构

摘要:  gl_code_combinations:科目组合 字段名 含义 备注 code_combination_id 主键,科目编码ID,自动编号 segment1 分行代码 ... 阅读全文

posted @ 2013-12-28 11:23 王小航 阅读(731) 评论(0) 推荐(0)

导航