DBA Data[Home] [Help]

APPS.EAM_FORECAST_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 3363: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type

3359: , x_eam_op_comp_tbl => l_out_eam_op_comp_tbl
3360: , x_eam_request_tbl => l_out_eam_request_tbl
3361:
3362: , p_commit => 'N'
3363: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type
3364: , x_return_status => p_return_status
3365: , x_msg_count => l_msl_count
3366: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')
3367: , p_debug_filename => 'convertwo.log'

Line 3372: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);

3368: , p_output_dir => l_output_dir
3369: );
3370:
3371:
3372: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);
3373: debug('Return status:' || p_return_status);
3374: debug('Error message:' || SUBSTRB(l_message_text,1,200));
3375: IF( l_slog ) THEN
3376: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Return status:' || p_return_status);