DBA Data[Home] [Help]

APPS.PA_PAXAARUL_XMLP_PKG dependencies on PA_LOOKUPS

Line 51: select meaning into ndf from pa_lookups where

47:
48:
49: IF (get_company_name <> TRUE) THEN RAISE init_failure;
50: END IF;
51: select meaning into ndf from pa_lookups where
52: lookup_code = 'NO_DATA_FOUND' and
53: lookup_type = 'MESSAGE';
54: c_no_data_found := ndf;
55:

Line 65: select meaning into ndf from pa_lookups where

61: c_rule_name := tmp_rule ;
62:
63: EXCEPTION
64: WHEN NO_DATA_FOUND THEN
65: select meaning into ndf from pa_lookups where
66: lookup_code = 'NO_DATA_FOUND' and
67: lookup_type = 'MESSAGE';
68: c_no_data_found := ndf;
69: c_dummy_data := 1;