DBA Data[Home] [Help]

APPS.PA_PAXRWIMP_XMLP_PKG dependencies on PA_CONVERSION_TYPES_V

Line 256: FROM pa_conversion_types_v

252: tmp_exchrate VARCHAR2(80);
253: begin
254: IF exch_rate_type IS NOT NULL THEN
255: SELECT user_conversion_type INTO tmp_exchrate
256: FROM pa_conversion_types_v
257: WHERE conversion_type = exch_rate_type;
258: RETURN tmp_exchrate;
259: ELSE
260: RETURN NULL;