摘要:
1.创建POPO_HEADERS_ALLselect po_header_id from po_headers_all where segment1 =;select * from po_headers_all where po_header_id =;po_lines_allselect * from po_lines_all where po_header_id =;po_line_locations_allselect * from po_line_locations_all where po_header_id =;po_distributions_allselect * from p 阅读全文
posted @ 2012-02-29 10:03
江南一陈风
阅读(650)
评论(0)
推荐(0)
摘要:
fnd_profile.value的用法:select fnd_profile.value('gl_set_of_books_id') from dual --取帳冊select fnd_profile.value('mfg_organization_id') from dual --取子库select fnd_profile.value('GL_SET_OF_BKS_ID') from dual--取帐套 (此方式在R12中已不能使用,需要用GL_ACCESS_SET_ID再查询出LEDGER_ID)用此方式调整正确的当前咝协h境,特别是在mu 阅读全文
posted @ 2012-02-29 10:02
江南一陈风
阅读(421)
评论(0)
推荐(0)
摘要:
1.open_formopen_form是一个受限的封装过程,他可以产生一个新的form但不代替原来的form,在新的form启动后可以不把控制移动到新的form里面,也可以将输入焦点移动到新的form里面,用户可以在两个form之间导航。open_form的调用格式open_form(form_name,activate_mode,session_mode,data_mode,paramlist_id)具体意思:1) form_name 文件名以及路径。2) activate_mode选择activate是打开新的form并且把输入焦点移入该form,选择no_activate是不移动焦点, 阅读全文
posted @ 2012-02-29 10:02
江南一陈风
阅读(275)
评论(0)
推荐(0)

浙公网安备 33010602011771号