DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on FND_FORM_FUNCTIONS

Line 1989: from fnd_form_functions

1985: -- Cursor to get the parameter list from the database for the report
1986: cursor c_report_parameters( cp_report VarChar2 )
1987: is
1988: select substrb( web_html_call, 48, length(web_html_call)-49)
1989: from fnd_form_functions
1990: where function_name = 'BIS_' || cp_report;
1991:
1992: l_function_params fnd_form_functions.web_html_call%TYPE;
1993:

Line 1992: l_function_params fnd_form_functions.web_html_call%TYPE;

1988: select substrb( web_html_call, 48, length(web_html_call)-49)
1989: from fnd_form_functions
1990: where function_name = 'BIS_' || cp_report;
1991:
1992: l_function_params fnd_form_functions.web_html_call%TYPE;
1993:
1994: BEGIN
1995:
1996: -- IMPORTANT : The call in the database MUST follow the following format