DBA Data[Home] [Help]

APPS.ZPB_PUBLISH dependencies on FND_GLOBAL

Line 246: l_char_delim := fnd_global.newline;

242: l_pre_PathLoc := 3;
243: l_post_PathLoc := 4;
244: l_pre_RepNameLoc := 2;
245: l_post_RepNameLoc := 3;
246: l_char_delim := fnd_global.newline;
247:
248: --Getting the List of Document Recipients
249: for v_recipient in c_recipient loop
250: recipients_list := recipients_list || v_recipient.value || l_char_delim;

Line 344: fnd_global.apps_initialize(l_user_id,l_resp_id,l_respapp_id);

340: aname => textVarNameArray,
341: avalue => textVarValArray);
342:
343: --If the session has been interrupted due to notification, reset the Context.
344: fnd_global.apps_initialize(l_user_id,l_resp_id,l_respapp_id);
345:
346: -- WF BACKGROUND ENGINE TO RUN deferred activities like WAIT.
347: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(request_id, 'ZPB', 'ZPB_WF_START', rphase,rstatus,dphase,dstatus, message);
348: