DBA Data[Home] [Help]

APPS.PA_PAXEXCPD_XMLP_PKG dependencies on PA_LOOKUPS

Line 64: select meaning into ndf from pa_lookups where

60:
61: IF (get_company_name <> TRUE) THEN RAISE init_failure;
62: END IF;
63:
64: select meaning into ndf from pa_lookups where
65: lookup_code = 'NO_DATA_FOUND' and
66: lookup_type = 'MESSAGE';
67: c_no_data_found := ndf;
68:

Line 105: select meaning into ndf from pa_lookups where

101: fnd_client_info.set_currency_context(org_id1);
102:
103: EXCEPTION
104: WHEN NO_DATA_FOUND THEN
105: select meaning into ndf from pa_lookups where
106: lookup_code = 'NO_DATA_FOUND' and
107: lookup_type = 'MESSAGE';
108: c_no_data_found := ndf;
109: c_dummy_data := 1;