DBA Data[Home] [Help]

APPS.WF_INITIATE dependencies on FND_DOCUMENT_MANAGEMENT

Line 107: fnd_document_management.set_document_id_html (

103: htp.formHidden('h_fnames', name||'#DOCUMENT#'||format);
104: htp.formHidden('h_fvalues', null);
105:
106: -- Set the destination field name for the document id
107: fnd_document_management.set_document_id_html (
108: null,
109: 'WF_INITIATE',
110: 'h_fvalues['||index_num||']',
111: 'h_fdocnames['||index_num||']',

Line 118: fnd_document_management.get_launch_attach_url (

114: -- Check session and current user
115: wfa_sec.GetSession(l_username);
116: l_username := upper(l_username);
117:
118: fnd_document_management.get_launch_attach_url (
119: l_username,
120: l_callback_url,
121: TRUE,
122: l_attach_url);

Line 513: fnd_document_management.get_open_dm_attach_window;

509: wfa_html.create_help_function('wf/links/ini.htm?INIT_WF');
510:
511: -- Add the java script to the header to open the dm window for
512: -- any DM function that and any standard LOV
513: fnd_document_management.get_open_dm_attach_window;
514: fnd_document_management.get_open_dm_display_window;
515:
516: htp.headClose;
517:

Line 514: fnd_document_management.get_open_dm_display_window;

510:
511: -- Add the java script to the header to open the dm window for
512: -- any DM function that and any standard LOV
513: fnd_document_management.get_open_dm_attach_window;
514: fnd_document_management.get_open_dm_display_window;
515:
516: htp.headClose;
517:
518: wfa_sec.Header(FALSE, '', wf_core.translate('WFINIT_PROCESS_TITLE')||' - '||Process.ItemType);