DBA Data[Home] [Help]

APPS.XLA_CMP_TAB_PKG dependencies on XLA_MESSAGES_PKG

Line 1464: ,xla_messages_pkg.get_message

1460: --Report the "successfully compiled" message in the output
1461: fnd_file.put_line
1462: (
1463: fnd_file.output
1464: ,xla_messages_pkg.get_message
1465: (
1466: 'XLA'
1467: ,'XLA_TAB_CMP_TAB_API_SUCCEEDED'
1468: ,'APPLICATION_NAME'

Line 1484: ,xla_messages_pkg.get_message

1480: --Report the "unsuccessfully compiled" message in the output
1481: fnd_file.put_line
1482: (
1483: fnd_file.output
1484: ,xla_messages_pkg.get_message
1485: (
1486: 'XLA'
1487: ,'XLA_TAB_CMP_TAB_API_FAILED'
1488: ,'APPLICATION_NAME'