DBA Data[Home] [Help]

APPS.PN_VAR_RENT_PUB dependencies on FND_FUNCTION

Line 114: IF fnd_function.TEST (function_name => g_fun_name)

110: RAISE fnd_api.g_exc_error;
111: END IF;
112:
113: --- Verifying whether the VRA from exists or not.
114: IF fnd_function.TEST (function_name => g_fun_name)
115: THEN
116: g_func_exists := 'Y';
117: END IF;
118:

Line 328: IF fnd_function.TEST (function_name => g_fun_name)

324: RAISE fnd_api.g_exc_error;
325: END IF;
326:
327: --- Verifying whether the VRA from exists or not.
328: IF fnd_function.TEST (function_name => g_fun_name)
329: THEN
330: g_func_exists := 'Y';
331: END IF;
332:

Line 513: IF fnd_function.TEST (function_name => g_fun_name)

509: RAISE fnd_api.g_exc_error;
510: END IF;
511:
512: --- Verifying whether the VRA from exists or not.
513: IF fnd_function.TEST (function_name => g_fun_name)
514: THEN
515: g_func_exists := 'Y';
516: END IF;
517:

Line 718: IF fnd_function.TEST (function_name => g_fun_name)

714: RAISE fnd_api.g_exc_error;
715: END IF;
716:
717: --- Verifying whether the VRA from exists or not.
718: IF fnd_function.TEST (function_name => g_fun_name)
719: THEN
720: g_func_exists := 'Y';
721: END IF;
722: