ebs 初始化登陆

BEGIN
  fnd_global.APPS_INITIALIZE(user_id      => youruesr_id,
                             esp_id       => yourresp_id,
                             resp_appl_id => yourresp_appl_id);
END;
原文地址:https://www.cnblogs.com/wolil/p/5654088.html