DBA Data[Home] [Help]

APPS.PA_PAXAASRP_XMLP_PKG dependencies on PA_FUNCTIONS

Line 51: from pa_functions

47: If p_function_code is not null
48: then
49: select substr(function_name, 1, 40)
50: into hold_function_name
51: from pa_functions
52: where function_code = p_function_code;
53: end if;
54: c_function_name := hold_function_name;
55: