DBA Data[Home] [Help]

APPS.PA_PACRCIPF_XMLP_PKG dependencies on PA_LOOKUPS

Line 28: select meaning into ndf from pa_lookups where

24: declare
25: ndf varchar2(80);
26: BEGIN
27:
28: select meaning into ndf from pa_lookups where
29: lookup_code = 'NO_DATA_FOUND' and
30: lookup_type = 'MESSAGE';
31: CP_NO_DATA_FOUND := ndf;
32: