DBA Data[Home] [Help]

APPS.PA_PAXEXCPS_XMLP_PKG dependencies on PA_LOOKUPS

Line 60: select meaning into ndf from pa_lookups where

56:
57:
58: IF (get_company_name <> TRUE or get_ou_name <>true) THEN RAISE init_failure;
59: END IF;
60: select meaning into ndf from pa_lookups where
61: lookup_code = 'NO_DATA_FOUND' and
62: lookup_type = 'MESSAGE';
63: c_no_data_found := ndf;
64:

Line 99: select meaning into ndf from pa_lookups where

95:
96:
97: EXCEPTION
98: WHEN NO_DATA_FOUND THEN
99: select meaning into ndf from pa_lookups where
100: lookup_code = 'NO_DATA_FOUND' and
101: lookup_type = 'MESSAGE';
102: c_no_data_found := ndf;
103: c_dummy_data := 1;