DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on WF_MESSAGE_ATTRIBUTES_VL

Line 1435: lv_link_label wf_message_attributes_vl.display_name%type;

1431: lv_item_key wf_item_activity_statuses.item_key%type;
1432: lv_checkProfile VARCHAR2(10);
1433: lv_profileValue VARCHAR2(1);
1434: lv_status hr_api_transactions.status%type;
1435: lv_link_label wf_message_attributes_vl.display_name%type;
1436: lv_pageFunc wf_item_attribute_values.text_value%type;
1437: lv_web_html_call fnd_form_functions_vl.web_html_call%type;
1438: lv_params fnd_form_functions_vl.parameters%type;
1439: lv_addtnlParams VARCHAR2(30) ;

Line 1523: from wf_notifications wn, wf_message_attributes_vl wma

1519: -- get the translated display name for the url link
1520: begin
1521: select wma.display_name
1522: into lv_link_label
1523: from wf_notifications wn, wf_message_attributes_vl wma
1524: where wn.notification_id = document_id
1525: and wn.message_name = wma.message_name
1526: and wma.message_type = lv_item_type
1527: and wma.name = 'EDIT_TXN_URL';