DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on FND_FORM_FUNCTIONS_VL

Line 1437: lv_web_html_call fnd_form_functions_vl.web_html_call%type;

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) ;
1440: lv_restrict_edit_to_owner varchar2(3);
1441: -- fix for bug#3333763

Line 1438: lv_params fnd_form_functions_vl.parameters%type;

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) ;
1440: lv_restrict_edit_to_owner varchar2(3);
1441: -- fix for bug#3333763
1442: lv_ntf_role WF_NOTIFICATIONS.RECIPIENT_ROLE%type;

Line 1542: from fnd_form_functions_vl

1538: -- get the web_html_call value and params for this function
1539: begin
1540: select web_html_call,parameters
1541: into lv_web_html_call,lv_params
1542: from fnd_form_functions_vl
1543: where function_name=lv_pageFunc;
1544: exception
1545: when no_data_found then
1546: hr_utility.set_location('Unable to retrieve function details,web_html_call and parameters for:'||lv_pageFunc||' '|| g_package||'.'||c_proc, 10);