DBA Data[Home] [Help]

APPS.WF_PLUG dependencies on STANDARD

Line 1000: for both the standard Worklist UI as well as the

996: PROCEDURE NAME: edit_worklist_definition
997:
998: DESCRIPTION: Allows you to modify the look and feel of your
999: worklist. This definition mechanism is used
1000: for both the standard Worklist UI as well as the
1001: plug UI.
1002:
1003: If the p_plug_id = '0' then it assumes you are
1004: defining the default look and feel for the

Line 1009: standard Worklist UI.

1005: Worklist plug
1006:
1007: If the p_username = '0' then it assumes you are
1008: defining the default look and feel for the
1009: standard Worklist UI.
1010:
1011: ============================================================================*/
1012:
1013: PROCEDURE edit_worklist_definition (p_plug_id IN VARCHAR2 DEFAULT null,

Line 1157: -- Open body and draw standard header

1153:
1154: htp.headClose;
1155: htp.p('');
1156:
1157: -- Open body and draw standard header
1158: if (p_plug_id =0) then
1159: icx_plug_utilities.toolbar(p_text => wf_core.translate('WF_EDIT_WORKLIST_TITLE'),
1160: p_disp_mainmenu => 'N',
1161: p_disp_menu => 'N');