DBA Data[Home] [Help]

APPS.PA_PAXSMPRD_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 61: select meaning into ndf from pa_lookups where

57:
58:
59: EXCEPTION
60: WHEN NO_DATA_FOUND THEN
61: select meaning into ndf from pa_lookups where
62: lookup_code = 'NO_DATA_FOUND' and
63: lookup_type = 'MESSAGE';
64: c_no_data_found := ndf;
65: c_dummy_data := 1;