BEGIN
  fnd_global.APPS_INITIALIZE(user_id      => youruesr_id,
                             esp_id       => yourresp_id,
                             resp_appl_id => yourresp_appl_id);
END;