DBA Data[Home] [Help]

APPS.FLM_KANBAN_CONFIG_PARAMS dependencies on FND_FUNCTION

Line 956: fnd_result := fnd_function.test(p_function_name, 'Y');

952:
953: function is_function_accessible(p_function_name varchar2) return varchar2 is
954: fnd_result boolean;
955: begin
956: fnd_result := fnd_function.test(p_function_name, 'Y');
957: if(fnd_result) then
958: return 'Y';
959: else
960: return 'N';