DBA Data[Home] [Help]

APPS.FV_SLA_UTL_PROCESSING_PKG dependencies on PSA_BC_XLA_PVT

Line 79: psa_bc_xla_pvt.psa_xla_error

75: fnd_file.put_line(fnd_file.log, 'ERROR: '||p_error_message);
76: IF (g_CurrentEventId IS NOT NULL) THEN
77: Fnd_message.set_name('FND','FND_GENERIC_MESSAGE');
78: Fnd_Message.Set_Token('MESSAGE',p_error_message);
79: psa_bc_xla_pvt.psa_xla_error
80: (
81: p_message_code => 'FND_GENERIC_MESSAGE',
82: p_event_id => g_CurrentEventId
83: );