DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_UTIL dependencies on WF_LOCAL_ROLES

Line 190: -- populate the wf_local_roles table with information from workflow

186: -- Procedure
187: -- assign_wf_role
188: --
189: -- Description
190: -- populate the wf_local_roles table with information from workflow
191: -- IN
192: -- itemtype - A valid item type from (WF_ITEM_TYPES table).
193: -- itemkey - A string generated from the application object's primary key.
194: -- actid - The function activity (instance id).

Line 204: l_wf_role_name wf_local_roles.name%type;

200: activity_id in number,
201: command in varchar2,
202: resultout out NOCOPY varchar2) is
203:
204: l_wf_role_name wf_local_roles.name%type;
205: l_requested_for_user_id fnd_user.user_id%type;
206: l_user_name fnd_user.user_name%type;
207: l_user_role_start_date DATE;
208: l_user_role_expiration_date DATE;

Line 1506: -- populate the wf_local_roles table with information from workflow

1502: -- Procedure
1503: -- create_ad_hoc_role
1504: --
1505: -- Description
1506: -- populate the wf_local_roles table with information from workflow
1507: -- IN
1508: -- itemtype - A valid item type from (WF_ITEM_TYPES table).
1509: -- itemkey - A string generated from the application object's primary key.
1510: -- actid - The function activity (instance id).

Line 2015: l_wf_role_name wf_local_roles.name%type;

2011: resultout out NOCOPY varchar2) is
2012:
2013: l_icm_enabled varchar2 (1);
2014: l_requested_for_user_id fnd_user.user_id%type;
2015: l_wf_role_name wf_local_roles.name%type;
2016: l_wf_role_names jtf_varchar2_table_400;
2017: l_amw_results_table AMW_VIOLATION_PVT.g_varchar2_hashtable;
2018: l_has_violations varchar2 (1);
2019: l_icm_region varchar2 (4000);