DBA Data[Home] [Help]

APPS.WF_ROUTE dependencies on FND_DOCUMENT_MANAGEMENT

Line 187: l_document_attributes fnd_document_management.fnd_document_attributes;

183: return varchar2
184: is
185: l_username VARCHAR2(320);
186: value varchar2(2000);
187: l_document_attributes fnd_document_management.fnd_document_attributes;
188:
189: begin
190: -- Check session and current user
191: wfa_sec.GetSession(l_username);

Line 223: fnd_document_management.get_document_attributes(l_username,

219:
220: /*
221: ** get the document name
222: */
223: fnd_document_management.get_document_attributes(l_username,
224: tvalue,
225: l_document_attributes);
226:
227: value := l_document_attributes.document_name;

Line 395: fnd_document_management.set_document_id_html (

391: htp.formHidden('h_fnames', name||'#DOCUMENT#'||format);
392: htp.formHidden('h_fvalues', null);
393:
394: -- Set the destination field name for the document id
395: fnd_document_management.set_document_id_html (
396: null,
397: 'CREATE_RULE',
398: 'h_fvalues['||index_num||']',
399: 'h_fdocnames['||index_num||']',

Line 406: fnd_document_management.get_launch_attach_url (

402: -- Check session and current user
403: wfa_sec.GetSession(l_username);
404: l_username := upper(l_username);
405:
406: fnd_document_management.get_launch_attach_url (
407: l_username,
408: l_callback_url,
409: TRUE,
410: l_attach_url);

Line 975: fnd_document_management.get_open_dm_display_window;

971: htp.htmlOpen;
972: htp.headOpen;
973: htp.title(wf_core.translate('WFRTG_UPDATE_TITLE')||' '||realname);
974: wfa_html.create_help_function('wf/links/upr.htm?UPRULE');
975: fnd_document_management.get_open_dm_display_window;
976:
977: -- Add the java script to the header to open the dm window for
978: -- any DM function that and any standard LOV
979: fnd_document_management.get_open_dm_attach_window;

Line 979: fnd_document_management.get_open_dm_attach_window;

975: fnd_document_management.get_open_dm_display_window;
976:
977: -- Add the java script to the header to open the dm window for
978: -- any DM function that and any standard LOV
979: fnd_document_management.get_open_dm_attach_window;
980:
981: htp.headClose;
982: wfa_sec.Header(FALSE,'',wf_core.translate('WFRTG_UPDATE_TITLE'), TRUE);
983:

Line 1939: fnd_document_management.get_open_dm_display_window;

1935: htp.htmlOpen;
1936: htp.headOpen;
1937: htp.title(wf_core.translate('WFRTG_FIND_TITLE'));
1938: wfa_html.create_help_function('wf/links/rul.htm?RULES');
1939: fnd_document_management.get_open_dm_display_window;
1940: htp.headClose;
1941: wfa_sec.header(FALSE, '', wf_core.translate('WFRTG_FIND_TITLE'), TRUE);
1942:
1943: htp.formOpen(curl=>'wf_route.list',