DBA Data[Home] [Help]

APPS.FUN_XML_REPORT_PKG dependencies on FND_LOOKUP_VALUES

Line 136: select tag INTO l_encoding from fnd_lookup_values

132:
133: l_batch_count := 0;
134: l_invoice_count := 0;
135: l_trx_count := 0;
136: select tag INTO l_encoding from fnd_lookup_values
137: where lookup_type = 'FND_ISO_CHARACTER_SET_MAP'
138: and lookup_code = ( select value from v$nls_parameters where parameter='NLS_CHARACTERSET')
139: and language='US' ;
140:

Line 490: select tag INTO l_encoding from fnd_lookup_values

486: l_batch_count := 0;
487: l_invoice_count := 0;
488: l_trx_count := 0;
489:
490: select tag INTO l_encoding from fnd_lookup_values
491: where lookup_type = 'FND_ISO_CHARACTER_SET_MAP'
492: and lookup_code = ( select value from v$nls_parameters where parameter='NLS_CHARACTERSET')
493: and language='US' ;
494: