DBA Data[Home] [Help]

APPS.PN_VRA_CLIENT_EXTN dependencies on FND_FUNCTION

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

67: RAISE fnd_api.g_exc_error;
68: END IF;
69:
70: --- Verifying whether the VRA from exists or not.
71: IF fnd_function.TEST (function_name => g_fun_name)
72: THEN
73: g_func_exists := 'Y';
74: END IF;
75: