DBA Data[Home] [Help]

APPS.WF_PLUG dependencies on STANDARD

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

68: PROCEDURE NAME: edit_worklist_definition
69:
70: DESCRIPTION: Allows you to modify the look and feel of your
71: worklist. This definition mechanism is used
72: for both the standard Worklist UI as well as the
73: plug UI.
74:
75: If the p_plug_id = '0' then it assumes you are
76: defining the default look and feel for the

Line 81: standard Worklist UI.

77: Worklist plug
78:
79: If the p_username = '0' then it assumes you are
80: defining the default look and feel for the
81: standard Worklist UI.
82:
83:
84: PARAMETERS:
85:

Line 90: of the standard worklist ui.

86: p_plug_id IN Unique identifier for this plug for a particular
87: home page
88:
89: p_username IN Unique identifier for a given user for this definition
90: of the standard worklist ui.
91:
92: ============================================================================*/
93: PROCEDURE edit_worklist_definition (p_plug_id IN VARCHAR2 DEFAULT null,
94: p_username IN VARCHAR2 DEFAULT null,