码迷,mamicode.com
首页 > 其他好文 > 详细

ceshi

时间:2018-08-18 13:26:52      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:highlight   app   cat   oba   char   org   sts   exists   pps   

ddddddddddddddddddddddddd

DECLARE
x_return_status         VARCHAR2(1000);
x_msg_count             NUMBER;
x_msg_data              VARCHAR2(1000);
x_inventory_location_id NUMBER;
x_locator_exists        VARCHAR2(100);
BEGIN
BEGIN
    fnd_global.apps_initialize(user_id      => 1192,
                               resp_id      => 51519,
                               resp_appl_id => 211);
    fnd_profile.put(MFG_ORGANIZATION_ID,111);
END;

ddddddddddddddddddddddddddddddddddd

DECLARE
x_return_status         VARCHAR2(1000);
x_msg_count             NUMBER;
x_msg_data              VARCHAR2(1000);
x_inventory_location_id NUMBER;
x_locator_exists        VARCHAR2(100);
BEGIN
BEGIN
    fnd_global.apps_initialize(user_id      => 1192,
                               resp_id      => 51519,
                               resp_appl_id => 211);
    fnd_profile.put(‘MFG_ORGANIZATION_ID‘,111);
END;

uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu

 1 DECLARE
 2 x_return_status         VARCHAR2(1000);
 3 x_msg_count             NUMBER;
 4 x_msg_data              VARCHAR2(1000);
 5 x_inventory_location_id NUMBER;
 6 x_locator_exists        VARCHAR2(100);
 7 BEGIN
 8 BEGIN
 9     fnd_global.apps_initialize(user_id      => 1192,
10                                resp_id      => 51519,
11                                resp_appl_id => 211);
12     fnd_profile.put(MFG_ORGANIZATION_ID,111);
13 END;

 

 

 

 

 

 

 

 

 

 

  

ceshi

标签:highlight   app   cat   oba   char   org   sts   exists   pps   

原文地址:https://www.cnblogs.com/ebsblog/p/9496680.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!