DBA Data[Home] [Help]

APPS.PN_INDEX_RENT_PUB dependencies on FND_FUNCTION

Line 194: IF fnd_function.TEST (function_name => l_func_name)

190: /*********************************************/
191: -- Required Parameters Validation Ends
192: /*********************************************/
193: --- Verifying whether the CREATE INDEX RENT program unit exists or not.
194: IF fnd_function.TEST (function_name => l_func_name)
195: THEN
196: l_func_exists := 'Y';
197: END IF;
198:

Line 420: IF fnd_function.TEST (function_name => l_func_name)

416: END IF;*/
417: /***********************************************************
418: Verifying whether the UPDATE INDEX RENT exists or not.
419: ************************************************************/
420: IF fnd_function.TEST (function_name => l_func_name)
421: THEN
422: l_func_exists := 'Y';
423: END IF;
424: