DBA Data[Home] [Help]

APPS.XLA_AE_SOURCES_PKG dependencies on XLA_ACCT_ATTRIBUTES_TL

Line 52: | to xla_acct_attributes_tl |

48: | and the procedure. |
49: | 11-MAY-2004 K.Boussema Removed the call to XLA trace routine from |
50: | trace() procedure |
51: | 17-May-2004 W.Shen change the view name from xla_acctg_sources_tl|
52: | to xla_acct_attributes_tl |
53: | 22-Sep-2004 S.Singhania Made minor changes for bulk performance: |
54: | - Changes to calls to build_message. |
55: | 17-Jan-2006 A.Wan 4731177 Do not error if no value found. |
56: +===========================================================================*/

Line 321: FROM xla_acct_attributes_tl xast

317: IF p_accounting_source_code IS NOT NULL THEN
318:
319: SELECT REPLACE(xast.name ,'''','''''')
320: INTO l_name
321: FROM xla_acct_attributes_tl xast
322: WHERE xast.accounting_attribute_code = p_accounting_source_code
323: AND xast.language = nvl(USERENV('LANG') ,xast.language)
324: ;
325: --