DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on FND_FORM_FUNCTIONS_VL

Line 1479: lv_web_html_call fnd_form_functions_vl.web_html_call%type;

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

Line 1480: lv_params fnd_form_functions_vl.parameters%type;

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

Line 1584: from fnd_form_functions_vl

1580: -- get the web_html_call value and params for this function
1581: begin
1582: select web_html_call,parameters
1583: into lv_web_html_call,lv_params
1584: from fnd_form_functions_vl
1585: where function_name=lv_pageFunc;
1586: exception
1587: when no_data_found then
1588: hr_utility.set_location('Unable to retrieve function details,web_html_call and parameters for:'||lv_pageFunc||' '|| g_package||'.'||c_proc, 10);