DBA Data[Home] [Help]

APPS.PER_RI_WORKBENCH_UTILITY dependencies on FND_FUNCTION

Line 219: function_present := fnd_function.test(function_name , 'N');

215: else
216: function_name := 'S_' || fname ;
217: end if;
218:
219: function_present := fnd_function.test(function_name , 'N');
220: if function_present then
221: return 1;
222: else
223: return 0;