采购创建内部订单(R12.2.3) --US Program:Create Internal OrdersShort Name:POCISOApplication:PurchasingExecutable:POCSOPG --ZHS程序:创建内部订单简称:POCISO应用产品:采购管理系统可执行名称:POCSOPG PLSQL调用fnd_request.set_org_id(p_org_id);
采购创建内部订单(R12.2.3)
--US
Program:Create Internal Orders
Short Name:POCISO
Application:Purchasing
Executable:POCSOPG
--ZHS
程序:创建内部订单
简称:POCISO
应用产品:采购管理系统
可执行名称:POCSOPG
PLSQL调用
fnd_request.set_org_id(p_org_id);
--设置ou
l_request_id := fnd_request.submit_request( 'PO',
'POCISO',
'',
to_char(SYSDATE,
'YYYY/MM/DD HH24:MI:SS'),
FALSE,
chr(0));
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn