DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on WF_MESSAGE_ATTRIBUTES_VL

Line 1477: lv_link_label wf_message_attributes_vl.display_name%type;

1473: lv_item_key wf_item_activity_statuses.item_key%type;
1474: lv_checkProfile VARCHAR2(10);
1475: lv_profileValue VARCHAR2(1);
1476: lv_status hr_api_transactions.status%type;
1477: lv_link_label wf_message_attributes_vl.display_name%type;
1478: lv_pageFunc wf_item_attribute_values.text_value%type;
1479: lv_web_html_call fnd_form_functions_vl.web_html_call%type;
1480: lv_params fnd_form_functions_vl.parameters%type;
1481: lv_addtnlParams VARCHAR2(30) ;

Line 1565: from wf_notifications wn, wf_message_attributes_vl wma

1561: -- get the translated display name for the url link
1562: begin
1563: select wma.display_name
1564: into lv_link_label
1565: from wf_notifications wn, wf_message_attributes_vl wma
1566: where wn.notification_id = document_id
1567: and wn.message_name = wma.message_name
1568: and wma.message_type = lv_item_type
1569: and wma.name = 'EDIT_TXN_URL';