DBA Data[Home] [Help]

APPS.UMX_REG_SERVICES_PKG dependencies on FND_FORM_FUNCTIONS

Line 398: l_reg_function_id fnd_form_functions.function_id%type;

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;
402: l_end_date date;

Line 406: from fnd_form_functions

402: l_end_date date;
403:
404: CURSOR regfunction is
405: select function_id
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