DBA Data[Home] [Help]

APPS.PA_PAXAAFTP_XMLP_PKG dependencies on PA_FUNCTIONS

Line 50: from pa_functions

46:
47: IF P_FUNCTION_CODE is not null then
48: select function_code
49: into func
50: from pa_functions
51: where function_code = P_FUNCTION_CODE;
52: END IF;
53: C_function_code := func;
54: