上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 63 下一页
摘要: ERP系统里的BOM展开函数:l_grp_id NUMBER ;l_session_id NUMBER ;l_org_id NUMBER ;l_levels_to_explode NUMBER:=10 ;l_module NUMBERDEFAULT 2 ; -- BOM = 2l_cst_type_id NUMBERDEFAULT -1 ; -- All cost = -1 else 0l_item_id NUMBER ;l_bom_or_eng NUMBER ;l_using_req_quantity NUMBER ;l_using_ass_dem_date DATE ;l_rev_da 阅读全文
posted @ 2010-11-27 23:06 郭振斌 阅读(1309) 评论(0) 推荐(0) 编辑
摘要: 1.创建cux用户SQL> conn / as sysdba;Connected.SQL> create tablespace APPS_NTK_CUX datafile '/ebs/proddata/apps_st/data/cuxd01.dbf'size 50m autoextend on next 1m;Tablespace created.SQL> create user... 阅读全文
posted @ 2010-11-27 22:24 郭振斌 阅读(2824) 评论(0) 推荐(0) 编辑
摘要: API:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1--Createdon9/24/2008byANSONLOCKSLEY2DECLARE3--In/Outvariableshere4l_employee_numberVARCHAR2(30):='98855';5--Outvariableshere6o_person_idper_all_people_f.person_id%TYPE;7o_assignment_idper_all_ass 阅读全文
posted @ 2010-11-25 18:37 郭振斌 阅读(1099) 评论(0) 推荐(0) 编辑
摘要: SELECT papf.employee_number employee_number, papf.last_name last_name, --员工姓名 papf.sex gender, --性别 papf.national_identifier national_identifier, --省份证号码 hl.meaning marital_status, --婚姻状况 papf.em... 阅读全文
posted @ 2010-11-25 18:28 郭振斌 阅读(1480) 评论(0) 推荐(0) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1DECLARE2l_item_keyVARCHAR2(30):='CW_WF_DEMO_002';--项目关键字,唯一的3l_user_item_keyVARCHAR2(30):='CW_WF_D... 阅读全文
posted @ 2010-11-24 11:39 郭振斌 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 在Oracle Application中,standard 功能是调用下面API来计算Onhand Quantity的:inv_quantity_tree_pub.query_quantities ( p_api_version_number = 1.0, p_init_msg_lst = 'F', x_return_status = x_return_status, x_msg_count = x_msg_count, x_msg_data = x_msg_data, p_organization_id = p_organization_id, p_inventory_item_ 阅读全文
posted @ 2010-11-23 14:33 郭振斌 阅读(3790) 评论(0) 推荐(1) 编辑
摘要: WIP-离散-离散任务任务Kevin13这张工单的所有组件的信息:select msi.segment1, msi.description, wdj.class_code, wdj.status_type, wdj.start_quantity, wdj.net_quantity, wdj.quantity_completed, wdj.quantity_scrapped, wdj.scheduled_start_date, wdj.scheduled_completion_date, wro.operation_seq_num, dept.department_code, wro.dat 阅读全文
posted @ 2010-11-23 14:31 郭振斌 阅读(1265) 评论(0) 推荐(0) 编辑
摘要: 查询某个原物料下的子组件:select level, t.* from (select items1.segment1 segment1_m, items1.inventory_item_id m_id, items1.description description_m, materials.bill_sequence_id, components.item_num, components.ope... 阅读全文
posted @ 2010-11-23 09:04 郭振斌 阅读(3081) 评论(0) 推荐(0) 编辑
摘要: 如果 IE8 打开form窗口时报错误信息:提示“Internet Explorer 已对此页面进行了修改,以帮助阻止跨站脚本。单击此处,获取详细信息...”。可以把EBS站点加到信任站点中,并修改信任站点的“自定义级别”,在“安全设置”对话框中找到“启用 XSS 筛选器”,改为“禁用”即可。 阅读全文
posted @ 2010-11-20 11:44 郭振斌 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 财务系统模块:ØOracle 总帐管理(GL)ØOracle 应付帐管理(AP)ØOracle 固定资产管理(FA)ØOracle 应收帐管理(AR)ØOracle 现金管理(CE)ØOracle 项目会计(PA)ØOracle 财务分析(OFA)分销系统模块:ØOracle 库存管理(INV)ØOracle... 阅读全文
posted @ 2010-11-17 09:05 郭振斌 阅读(3113) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 63 下一页