DBA Data[Home] [Help]

APPS.PA_PAXAUGLT_XMLP_PKG dependencies on PA_LOOKUPS

Line 348: select meaning into ndf from pa_lookups where

344: IF (get_company_name <> TRUE) THEN -- Call report level PL/SQL function
345: RAISE init_failure;
346: END IF;
347:
348: select meaning into ndf from pa_lookups where
349: lookup_code = 'NO_DATA_FOUND' and
350: lookup_type = 'MESSAGE';
351: c_no_data_found := ndf;
352:

Line 393: select meaning into ndf from pa_lookups where

389: OPERAND2=":P_TO_ACCOUNT"');*/
390:
391: EXCEPTION
392: WHEN NO_DATA_FOUND THEN
393: select meaning into ndf from pa_lookups where
394: lookup_code = 'NO_DATA_FOUND' and
395: lookup_type = 'MESSAGE';
396: c_no_data_found := ndf;
397: c_dummy_data := 1;