DBA Data[Home] [Help]

APPS.HR_APPRAISAL_WORKFLOW_SS dependencies on WF_MESSAGE_ATTRIBUTES_VL

Line 292: lv_link_label wf_message_attributes_vl.display_name%type;

288: lv_item_key wf_item_activity_statuses.item_key%type;
289: lv_checkProfile VARCHAR2(10);
290: lv_profileValue VARCHAR2(1);
291: lv_status hr_api_transactions.status%type;
292: lv_link_label wf_message_attributes_vl.display_name%type;
293: lv_pageFunc wf_item_attribute_values.text_value%type;
294: lv_web_html_call fnd_form_functions_vl.web_html_call%type;
295: lv_params fnd_form_functions_vl.parameters%type;
296: lv_addtnlParams VARCHAR2(30) ;

Line 312: from wf_notifications wn, wf_message_attributes_vl wma

308: -- get the translated display name for the url link
309: begin
310: select wma.display_name
311: into lv_link_label
312: from wf_notifications wn, wf_message_attributes_vl wma
313: where wn.notification_id = document_id
314: and wn.message_name = wma.message_name
315: and wma.message_type = lv_item_type
316: and wma.name = 'OBJECT_URL';