DBA Data[Home] [Help]

APPS.PA_PAXMGSLD_XMLP_PKG dependencies on PA_LOOKUPS

Line 31: select meaning into ndf from pa_lookups where

27: PRINT_ERROR="N"');*/null;
28: IF (get_company_name <> TRUE) THEN
29: RAISE init_failure;
30: END IF;
31: select meaning into ndf from pa_lookups where
32: lookup_code = 'NO_DATA_FOUND' and
33: lookup_type = 'MESSAGE';
34: c_no_data_found := ndf;
35: null;

Line 46: select meaning into ndf from pa_lookups where

42: where project_id = p_project_id ;
43: END IF;
44: EXCEPTION
45: WHEN NO_DATA_FOUND THEN
46: select meaning into ndf from pa_lookups where
47: lookup_code = 'NO_DATA_FOUND' and
48: lookup_type = 'MESSAGE';
49: c_no_data_found := ndf;
50: c_dummy_data := 1;