DBA Data[Home] [Help]

APPS.PA_PAXTRTXS_XMLP_PKG dependencies on PA_LOOKUPS

Line 35: select meaning into ndf from pa_lookups where

31:
32:
33: IF (get_company_name <> TRUE) THEN RAISE init_failure;
34: END IF;
35: select meaning into ndf from pa_lookups where
36: lookup_code = 'NO_DATA_FOUND' and
37: lookup_type = 'MESSAGE';
38: c_no_data_found := ndf;
39:

Line 42: select meaning into ndf from pa_lookups where

38: c_no_data_found := ndf;
39:
40: EXCEPTION
41: WHEN NO_DATA_FOUND THEN
42: select meaning into ndf from pa_lookups where
43: lookup_code = 'NO_DATA_FOUND' and
44: lookup_type = 'MESSAGE';
45: c_no_data_found := ndf;
46: c_dummy_data := 1;