采购内部申请(R12.2.3) --US Program:Requisition ImportShort Name:REQIMPORTApplication:PurchasingExecutable:POCIRM --ZHS程序:导入申请简称:REQIMPORT应用产品:采购管理系统可执行名称:POCIRM PLSQL调用fnd_request.set_org_id(p_org_id); --设置o
采购内部申请(R12.2.3)
--US
Program:Requisition Import
Short Name:REQIMPORT
Application:Purchasing
Executable:POCIRM
--ZHS
程序:导入申请
简称:REQIMPORT
应用产品:采购管理系统
可执行名称:POCIRM
PLSQL调用
fnd_request.set_org_id(p_org_id);
--设置ou
l_request_id := fnd_request.submit_request( 'PO',
'REQIMPORT',
'',
to_char(SYSDATE,
'YYYY/MM/DD HH24:MI:SS'),
FALSE,
p_interface_source_code,
p_batch_id,
'ALL',
'N',
'',
'N',
'N' ,
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