DBA Data[Home] [Help]

APPS.XLA_CMP_TAD_PKG dependencies on XLA_MESSAGES_PKG

Line 3601: ,xla_messages_pkg.get_message

3597: --Report the "successfully compiled" message in the output
3598: fnd_file.put_line
3599: (
3600: fnd_file.output
3601: ,xla_messages_pkg.get_message
3602: (
3603: 'XLA'
3604: ,'XLA_TAB_CMP_TAD_SUCCEEDED'
3605: ,'TRX_ACCT_DEF', cur_tad.name

Line 3616: ,xla_messages_pkg.get_message

3612: --Report the "unsuccessfully compiled" message in the output
3613: fnd_file.put_line
3614: (
3615: fnd_file.output
3616: ,xla_messages_pkg.get_message
3617: (
3618: 'XLA'
3619: ,'XLA_TAB_CMP_TAD_FAILED'
3620: ,'TRX_ACCT_DEF', cur_tad.name