DBA Data[Home] [Help]

APPS.UMX_REG_SERVICES_PKG dependencies on WF_LOCAL_ROLES

Line 397: l_wf_role_name wf_local_roles.name%type;

393:
394: l_ntf_guid_raw WF_EVENTS.guid%type;
395: l_BUS_LOGIC_guid_raw WF_EVENTS.guid%type;
396: l_event_name WF_EVENTS.name%type;
397: l_wf_role_name wf_local_roles.name%type;
398: l_reg_function_id fnd_form_functions.function_id%type;
399: l_transaction_type_id AME_TRANSACTION_TYPES_V.transaction_type_id%type;
400:
401: l_start_date date;

Line 410: select name from WF_LOCAL_ROLES

406: from fnd_form_functions
407: where function_name = X_REG_FUNCTION_NAME;
408:
409: CURSOR roleName is
410: select name from WF_LOCAL_ROLES
411: where name = X_WF_ROLE_NAME;
412:
413: CURSOR eventName(x_guid_raw in RAW) is
414: select name